summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/udbp.c
Commit message (Expand)AuthorAgeFilesLines
* 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