summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/udbp.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Tweak the compatibility macros a little so that the device printing isimp2004-08-151-3/+1
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* Convert Netgraph to use mbuf tags to pass its meta information around.julian2004-06-251-6/+6
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+10
* Use __FBSDID().obrien2003-08-241-1/+3
* add missing machine/bus.h headers that are now necessary because of thejmg2003-07-161-0/+1
* WARNING: white space diffjmg2003-07-041-12/+12
* Add module dependency. This makes udbp.ko to be loaded.takawata2003-03-151-0/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-2/+2
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-0/+3
* Should have been part of recent commit:alfred2002-06-011-3/+3
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+3
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-0/+4
* Part 2 of the netgraph rewrite.julian2001-01-081-21/+28
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-30/+41
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+1
* remove unused variablejulian2000-12-121-1/+0
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-4/+4
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-13/+10
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDn_hibma2000-07-171-6/+6
* Add the Prolific PL2301 and PL2302 Link cables.n_hibma2000-05-071-0/+5
* We match on vendor/product so return the fact that udbp is vendor/productn_hibma2000-05-071-1/+1
* More static -> Static to keep OpenBSD happy.n_hibma2000-05-071-26/+26
* The USB double bulk pipe driver (Host to host cables). Currently theren_hibma2000-05-011-0/+814
OpenPOWER on IntegriCloud