summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_port.h
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Put back usb_uncallout_drain(), as it is now also used by umass.c.iedowse2004-11-121-0/+1
* Back out my recent changes for timeout races, as there have beeniedowse2004-11-121-1/+0
* Attempt to fix a number of race conditions in the handling ofiedowse2004-11-091-0/+1
* detach before ivar delete.imp2004-09-261-1/+1
* Add a temporary workaround to the panic on boot with hub attached andimp2004-09-221-0/+1
* Tweak the compatibility macros a little so that the device printing isimp2004-08-151-4/+9
* Next step in making usb more newbus:imp2004-08-141-1/+5
* MFNetBSD:joe2003-11-091-7/+1
* Make it easier to run this code on RELENG_4.joe2003-10-041-0/+25
* make usb bus_dma aware.jmg2003-07-151-1/+7
* sync w/ NetBSDjmg2003-07-151-0/+2
* MFNetBSD:joe2003-07-141-8/+13
* WARNING: white space diffjmg2003-07-041-2/+2
* Don't define memcpy() to bcopy() and in particular not memset() tophk2003-05-311-3/+0
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-2/+2
* Gremlins ate my comment!joe2002-09-301-1/+1
* In rev 1.51 of usb_port.h I switched over to using the USB_USE_SOFTINTRjoe2002-09-301-0/+3
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+1
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-54/+0
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-0/+4
* MFNetBSD: Bring in the most recent NetBSD and OpenBSD parts.joe2002-05-091-14/+107
* MFNetBSD:joe2002-05-091-1/+3
* MFNetBSD: usb.c (1.58)joe2002-04-071-0/+2
* Iron out some obvious differences between NetBSD's and own version ofjoe2002-04-061-17/+6
* Define away 'Static' when compiling with USB_DEBUG defined, to make itjoe2002-04-061-2/+3
* Another step in merging our if_aue driver with NetBSD's.joe2002-04-061-0/+3
* MFNetBSD: usb_port.h (1.45 partial), usb_subr.c (1.88)joe2002-04-021-0/+2
* MFNetBSD: ohci.c (1.99), uhci.c (1.133), usb.c (1.49), usb_port.hjoe2002-04-011-0/+2
* Merge from NetBSD:joe2002-04-011-4/+8
* Merge from NetBSD:joe2002-04-011-0/+6
* Huge merge from NetBSD:joe2002-03-161-7/+13
* Add the following functions/macros to support byte order conversions andtmm2002-02-271-1/+0
* Merge from NetBSD:joe2002-02-261-0/+9
* Merge from NetBSD.joe2002-01-281-0/+3
* Merge from NetBSD:joe2002-01-241-0/+6
* Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port tojoe2002-01-021-0/+2
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)joe2002-01-021-0/+11
* Activate the kthread mechanism for doing usb bus discovery. This meanspeter2001-06-061-3/+2
* UMASS_DEBUG implemented panic(9).n_hibma2001-01-041-0/+7
* Finally make the module dependencies work. kern_linker.c now allowsn_hibma2000-08-041-19/+11
* Properly fix world.n_hibma2000-07-061-2/+0
* Use the packed attribute for the descriptor on the wiren_hibma2000-07-051-0/+2
* Make the module dependencies actually work.n_hibma2000-06-151-3/+12
* Change Lennart's e-mail address.n_hibma2000-05-141-1/+1
* Use the new and shiny module versioning. This enables you to load then_hibma2000-05-081-1/+3
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-10/+15
* Get rid of the last remnants of powerhook abuse.n_hibma2000-03-181-5/+2
* Correctly handle the conversion from virtual to physical addresses. Then_hibma2000-02-101-1/+1
* Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNn_hibma2000-01-201-1/+1
OpenPOWER on IntegriCloud