aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/uslcom
Commit message (Collapse)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-10/+0
| | | | | | | | | | new USB2 stack will fully replace this for 8.0. Remove kernel modules, a subsequent commit will update conf/files. Unhook usbdevs from the build. Notes: svn path=/head/; revision=188939
* Remove option headers that do not exist and are not usedAntoine Brodin2008-03-271-1/+1
| | | | | | | | | | from the Makefiles in sys/modules. (opt_devfs.h, opt_bdg.h, opt_emu10kx.h and opt_uslcom.h) Approved by: rwatson (mentor) Notes: svn path=/head/; revision=177671
* Import uslcom(4) from OpenBSD - this is a driver for Silicon LaboratoriesRink Springer2008-03-051-0/+10
CP2101/CP2102 based USB serial adapters. Reviewed by: imp, emaste Obtained from: OpenBSD MFC after: 2 weeks Notes: svn path=/head/; revision=176829