summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhci.c
Commit message (Expand)AuthorAgeFilesLines
* Make uhci_waitintr() robust to interrupts being enabled, even thoughiedowse2003-03-111-4/+3
* Implement outgoing interrupt pipes. It is part of the USB 1.1 spec.jhay2003-02-281-3/+13
* 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
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* When resuming after a system suspend, re-issue the UHCI_CMD_MAXPiedowse2002-12-261-0/+1
* In rev 1.51 of usb_port.h I switched over to using the USB_USE_SOFTINTRjoe2002-09-301-0/+6
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+4
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-26/+26
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-0/+3
* Remove some strange code that allocates memory and then immediatelyiedowse2002-07-301-26/+2
* NetBSD have adopted our usage of the DMAADDR macro:joe2002-05-281-1/+1
* MFNetBSD: ohci.c (1.124), uhci.c (1.159), usbdi.c (1.100)joe2002-05-261-3/+3
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+1
* General white space cleanup, to synchronise with NetBSD.joe2002-04-071-26/+36
* MFNetBSD:joe2002-04-071-3/+3
* MFNetBSD:joe2002-04-071-2/+2
* MFNetBSD:joe2002-04-071-8/+7
* MFNetBSD:joe2002-04-071-8/+13
* MFNetBSD:joe2002-04-071-23/+67
* MFNetBSD:joe2002-04-071-2/+2
* MFNetBSD: hid.c (1.22), uhci.c (1.150), usb_subr.c (1.97)joe2002-04-071-3/+3
* Update $NetBSD$ idents.joe2002-04-071-1/+1
* MFNetBSD:joe2002-04-071-2/+2
* MFNetBSD: ohci.c (1.112), uhci.c (1.147)joe2002-04-071-3/+3
* MFNetBSD: ohci.c (1.111), uhci.c (1.146)joe2002-04-071-1/+4
* MFNetBSD: ohci.c (1.109), uhci.c (1.144), uhub.c (1.56), usb.c (1.57),joe2002-04-071-1/+1
* MFNetBSD:joe2002-04-071-7/+6
* MFNetBSD:joe2002-04-071-4/+21
* MFNetBSD:joe2002-04-011-5/+7
* MFNetBSD:joe2002-04-011-7/+6
* MFNetBSD:joe2002-04-011-3/+8
* MFNetBSD:joe2002-04-011-4/+2
* MFNetBSD:joe2002-04-011-1/+4
* MFNetBSD: ohci.c (1.99), uhci.c (1.133), usb.c (1.49), usb_port.hjoe2002-04-011-4/+4
* MFNetBSD:joe2002-04-011-10/+6
* MFNetBSD: Update many URLs.joe2002-04-011-1/+1
* MFNetBSD:joe2002-04-011-2/+2
* MFNetBSD:joe2002-04-011-3/+4
* MFNetBSD:joe2002-04-011-5/+4
* MFNetBSD: ohci.c rev 1.94, uhci.c rev 1.126joe2002-04-011-3/+5
* MFNetBSD: ohci.c rev 1.92, uhci.c rev 1.122 (part)joe2002-04-011-7/+12
* Update $NetBSD$ idents to reflect reality.joe2002-04-011-1/+1
* Merge from NetBSD:joe2002-04-011-1/+7
* Sync the uhci_dump_foo routines with NetBSD, and remove an errant additionaljoe2002-03-191-54/+14
* add missing semicolon.alfred2002-03-191-1/+1
* Merge from NetBSD:joe2002-03-161-7/+12
* Bump some $NetBSD$ idents for patches that have already been previouslyjoe2002-03-161-1/+1
* Huge merge from NetBSD:joe2002-03-161-245/+277
* Add the following functions/macros to support byte order conversions andtmm2002-02-271-1/+1
OpenPOWER on IntegriCloud