aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/usb/Makefile
Commit message (Expand)AuthorAgeFilesLines
* MFC r228483, r228640, r228709, r228711, r228723 and r229086:Hans Petter Selasky2012-01-031-1/+5
* MFC r222578 and r222696.Hans Petter Selasky2011-06-061-1/+1
* MFHead 219059:Gleb Smirnoff2011-03-051-1/+1
* MFC r213805Andrew Thompson2010-11-271-1/+1
* MFC r213379, r213426, r213426, r213427, r213432, r213435, r213437, r213439,Andrew Thompson2010-11-271-1/+1
* MFC r203134Andrew Thompson2010-04-061-1/+1
* Hook up uhso to the build.Andrew Thompson2010-01-171-1/+1
* MFC r199086,199151,199680,199948,200241Andrew Thompson2009-12-091-1/+1
* connect urtw(4) to the amd64/i386 build that it's not tested on the bigWeongyo Jeong2009-06-011-1/+9
* Hook ubt and ubtbcmfw back up to the build.Andrew Thompson2009-05-271-1/+0
* connect upgt(4) to the build. It should work on all architectures.Weongyo Jeong2009-05-121-1/+1
* connect uath(4) to the build. uath(4) should work on all architectures.Weongyo Jeong2009-04-061-1/+1
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerAndrew Thompson2009-03-191-1/+1
* Hook up new USB modules.Andrew Thompson2009-02-231-0/+44
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-22/+0
* Obfuscated by other diffs while committing r183728:Nick Hibma2008-10-091-5/+0
* opt_bus.h isn't needed here anymore. It never was really needed,Warner Losh2008-08-301-1/+1
* 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