summaryrefslogtreecommitdiff
path: root/sys/modules/umct
Commit message (Collapse)AuthorAgeFilesLines
* Add usbdevs.h and pccarddevs.h to the build list, as appropriate. This is ↵Warner Losh2004-06-271-1/+1
| | | | | | | needed to build as part of world or in src/sys/modules. Notes: svn path=/head/; revision=131186
* bsd.kmod.mk does not deal with manpages anymore.Ruslan Ermilov2004-01-131-1/+0
| | | | Notes: svn path=/head/; revision=124472
* Add 'umct', a driver for MCT Corp. and Belkin F5U109 USB-Serial adapters.Scott Long2003-06-281-0/+10
This is based on the ubsa driver by Alexander Kabaev along with documentation gleaned from the Linux mct_u232 driver. I've had this driver sitting in my tree for almost 6 months, and several others have found it useful. Notes: svn path=/head/; revision=116943