aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ufm
Commit message (Collapse)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-7/+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
* 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
* Support for USB fm radio.Alfred Perlstein2002-03-041-0/+8
Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=91609