summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/udbp.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-860/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Prefer device_printf to printf + device_get_nameunit. This savesimp2007-07-051-17/+14
* USL101 Host-to-Host bridge supportimp2007-06-221-3/+7
* Latest round of usb cleanups:imp2007-06-211-0/+1
* s/logprintf/printf/gimp2007-06-201-2/+2
* Finish removal of usb_port.h macros.imp2007-06-181-3/+23
* Expand USB_MATCH_STARTimp2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-131-3/+6
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-5/+5
* Kill devinfo stuff. It is no longer needed.imp2007-06-091-3/+1
* Remove compat ifdefs for version < 500014 from the rest of the USB files.brueffer2007-06-071-4/+0
* More removing compatibility macros.imp2006-09-071-14/+14
* s/Static/static/gimp2006-09-061-26/+26
* 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