aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/uscanner
Commit message (Collapse)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-8/+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
* Release n_hibma's maintainership due to his ENOTIME.Jens Schweikhardt2005-06-041-3/+1
| | | | | | | Discussed with, okayed, authorized, requested by, on behalf of: n_hibma (MAINTAINER) Notes: svn path=/head/; revision=146957
* We don't need to generate vnode_if.h anymoreWarner Losh2004-12-291-1/+1
| | | | Notes: svn path=/head/; revision=139399
* 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
* Removed -g from CFLAGS. There is a better way to build debuggingRuslan Ermilov2004-02-131-2/+0
| | | | | | | | | versions of the modules, and unconditionally putting -g in CFLAGS has negative impact on the size of the resulting .ko object, even now that debugging symbols are always stripped. Notes: svn path=/head/; revision=125771
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
| | | | | | | Not objected to by: -current Notes: svn path=/head/; revision=89260
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-7/+8
| | | | Notes: svn path=/head/; revision=70711
* The USB scanner driver. To be used together with SANE.Nick Hibma2000-10-251-0/+12
Notes: svn path=/head/; revision=67562