aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_port.h
Commit message (Expand)AuthorAgeFilesLines
* make usb bus_dma aware.John-Mark Gurney2003-07-151-1/+7
* sync w/ NetBSDJohn-Mark Gurney2003-07-151-0/+2
* MFNetBSD:Josef Karthauser2003-07-141-8/+13
* WARNING: white space diffJohn-Mark Gurney2003-07-041-2/+2
* Don't define memcpy() to bcopy() and in particular not memset() toPoul-Henning Kamp2003-05-311-3/+0
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-021-2/+2
* Gremlins ate my comment!Josef Karthauser2002-09-301-1/+1
* In rev 1.51 of usb_port.h I switched over to using the USB_USE_SOFTINTRJosef Karthauser2002-09-301-0/+3
* Use the hw.usb sysctl tree instead of debug.usb.Josef Karthauser2002-08-081-1/+1
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch theJosef Karthauser2002-07-311-54/+0
* Get bored with hard coded debug level variables and introduce a debug.usbJosef Karthauser2002-07-311-0/+4
* MFNetBSD: Bring in the most recent NetBSD and OpenBSD parts.Josef Karthauser2002-05-091-14/+107
* MFNetBSD:Josef Karthauser2002-05-091-1/+3
* MFNetBSD: usb.c (1.58)Josef Karthauser2002-04-071-0/+2
* Iron out some obvious differences between NetBSD's and own version ofJosef Karthauser2002-04-061-17/+6
* Define away 'Static' when compiling with USB_DEBUG defined, to make itJosef Karthauser2002-04-061-2/+3
* Another step in merging our if_aue driver with NetBSD's.Josef Karthauser2002-04-061-0/+3
* MFNetBSD: usb_port.h (1.45 partial), usb_subr.c (1.88)Josef Karthauser2002-04-021-0/+2
* MFNetBSD: ohci.c (1.99), uhci.c (1.133), usb.c (1.49), usb_port.hJosef Karthauser2002-04-011-0/+2
* Merge from NetBSD:Josef Karthauser2002-04-011-4/+8
* Merge from NetBSD:Josef Karthauser2002-04-011-0/+6
* Huge merge from NetBSD:Josef Karthauser2002-03-161-7/+13
* Add the following functions/macros to support byte order conversions andThomas Moestl2002-02-271-1/+0
* Merge from NetBSD:Josef Karthauser2002-02-261-0/+9
* Merge from NetBSD.Josef Karthauser2002-01-281-0/+3
* Merge from NetBSD:Josef Karthauser2002-01-241-0/+6
* Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port toJosef Karthauser2002-01-021-0/+2
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)Josef Karthauser2002-01-021-0/+11
* Activate the kthread mechanism for doing usb bus discovery. This meansPeter Wemm2001-06-061-3/+2
* UMASS_DEBUG implemented panic(9).Nick Hibma2001-01-041-0/+7
* Finally make the module dependencies work. kern_linker.c now allowsNick Hibma2000-08-041-19/+11
* Properly fix world.Nick Hibma2000-07-061-2/+0
* Use the packed attribute for the descriptor on the wireNick Hibma2000-07-051-0/+2
* Make the module dependencies actually work.Nick Hibma2000-06-151-3/+12
* Change Lennart's e-mail address.Nick Hibma2000-05-141-1/+1
* Use the new and shiny module versioning. This enables you to load theNick Hibma2000-05-081-1/+3
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-031-10/+15
* Get rid of the last remnants of powerhook abuse.Nick Hibma2000-03-181-5/+2
* Correctly handle the conversion from virtual to physical addresses. TheNick Hibma2000-02-101-1/+1
* Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNNick Hibma2000-01-201-1/+1
* Correct the last parameter for clallocNick Hibma1999-11-281-4/+4
* Addition of new fields to the usb_devinfo struct to enable the newNick Hibma1999-11-211-0/+3
* Synchronisation with NetBSD as of 1999/11/16:Nick Hibma1999-11-171-18/+41
* Remove superfluous header file includesNick Hibma1999-11-081-13/+6
* Major synchronisation with the NetBSD USB stack:Nick Hibma1999-10-071-30/+177
* Remove superfluous semi-colonNick Hibma1999-06-271-4/+4
* Replace usbd_device_set_desc by device_set_desc_copyNick Hibma1999-06-271-1/+1
* Change 'device' to 'self', to be more like the rest of the codeNick Hibma1999-06-261-2/+2
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-1/+0
* Forgot one.Nick Hibma1999-04-211-1/+1