aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/usb
Commit message (Expand)AuthorAgeFilesLines
* Release n_hibma's maintainership due to his ENOTIME.Jens Schweikhardt2005-06-041-3/+1
* Add usbdevs_data.h to the SRCS list since usb_subr.c needs it. This forcesJohn Baldwin2004-12-311-1/+1
* We don't need to generate vnode_if.h anymoreWarner Losh2004-12-291-1/+0
* Remove stray line with just a tabWarner Losh2004-07-121-2/+2
* Add usbdevs.h and pccarddevs.h to the build list, as appropriate. This is ne...Warner Losh2004-06-271-1/+1
* make usb bus_dma aware.John-Mark Gurney2003-07-151-1/+1
* add EHCI (USB 2.0) controller support.Bernd Walter2003-04-141-0/+1
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-2/+0
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-23/+25
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-05-041-1/+1
* Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered moduleBruce Evans2000-01-281-1/+0
* Get rid of some debugging cruft.Nick Hibma2000-01-231-9/+1
* Attempt to fix a problem with receiving packets on USB ethernet interfaces.Bill Paul2000-01-101-1/+2
* Remove -g compiler flag.Marcel Moolenaar2000-01-031-1/+0
* Removed special rules for building and cleaning device interface filesBruce Evans1999-11-281-18/+0
* Make this compile (remove vnode_if.c from SRCS) and clean properlyBrian Feldman1999-11-221-2/+2
* USB is loadable as a module as well.Nick Hibma1999-11-221-0/+56