summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from NetBSD:joe2002-02-161-6/+6
* Fill in the uhci_dump_ii function (from NetBSD).joe2002-02-101-6/+49
* Make LINT compile after fruitless attempts to get the authorsjulian2002-02-061-0/+6
* Follow NetBSD and ANSIfy the function definitions.joe2002-02-031-70/+69
* Update the $NetBSD$ ident to show that some patches have been appliedjoe2002-01-261-1/+1
* Merge from NetBSD:joe2002-01-261-7/+20
* Merge from NetBSD:joe2002-01-211-2/+8
* Merge from NetBSD:joe2002-01-211-1/+23
* Remove some unused code, in line with NetBSD's version.joe2002-01-201-18/+0
* Merge from NetBSD:joe2002-01-201-1/+16
* Merge from NetBSD:joe2002-01-201-1/+34
* Merge from NetBSD:joe2002-01-201-47/+156
* Merge from NetBSD:joe2002-01-201-18/+18
* Staticise a couple of things that shouldn't be leaked into thejoe2002-01-081-1/+1
* unbreak -current (at least on my cvsups all today)julian2002-01-031-2/+0
* Add some missing prototypes.joe2002-01-031-9/+3
* Sync with NetBSD:joe2002-01-031-81/+143
* Merge from NetBSD:joe2002-01-031-9/+9
* Merge from NetBSD:joe2002-01-031-1/+1
* Sync with NetBSD:joe2002-01-021-4/+4
* Partial sync with NetBSD:joe2001-12-301-87/+94
* KSE Milestone 2julian2001-09-121-1/+1
* Do not printf when we get called as a result of a pci shared interrupt,peter2001-08-231-1/+1
* Revert part of the last commit, as suggested by Nick. This is expected,peter2001-08-231-4/+1
* Find spurious interrupts.n_hibma2001-08-211-3/+9
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-211-1/+1
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-101-1/+1
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-291-1/+0
* Undo previous commit. <machine/clock.h> is needed for the prototypen_hibma2000-10-161-0/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Fake the Power On command on the virtual hub.n_hibma2000-08-131-1/+4
* Save and restore the registers SOF and FRAMENUMBER on suspend. In somen_hibma2000-08-071-5/+12
* Sync with NetBSD:n_hibma2000-08-011-206/+91
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDn_hibma2000-07-171-97/+97
* Inverted error messages.n_hibma2000-06-151-3/+3
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Change Lennart's e-mail address.n_hibma2000-05-141-1/+1
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-87/+87
* Get rid of the last remnants of powerhook abuse.n_hibma2000-03-181-2/+2
* Do not use the powerhooks at all, instead of abusing and empty #define.n_hibma2000-03-151-2/+4
* Correctly handle the conversion from virtual to physical addresses. Then_hibma2000-02-101-12/+12
* Fix a bug in the uhci driver that breaks large bulk IN transfers. Thewpaul2000-01-281-5/+16
* Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNn_hibma2000-01-201-6/+0
* More USB ethernet tweaks:wpaul2000-01-201-51/+135
* Fix one bug and make one minor enhancement:wpaul1999-12-231-1/+23
* In one queue all the TDs (transfer descriptor, packets) for one transfern_hibma1999-12-021-3/+6
* Synchronisation with NetBSD 1999/11/27n_hibma1999-11-281-20/+25
* Synchronisation with NetBSD as of 1999/11/16:n_hibma1999-11-171-496/+642
OpenPOWER on IntegriCloud