summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ohci.c
Commit message (Expand)AuthorAgeFilesLines
* MFNetBSD: ohci.c (1.99), uhci.c (1.133), usb.c (1.49), usb_port.hjoe2002-04-011-4/+4
* MFNetBSD: Update many URLs.joe2002-04-011-3/+3
* MFNetBSD: ohci.c rev 1.94, uhci.c rev 1.126joe2002-04-011-1/+2
* MFNetBSD: ohci.c rev 1.92, uhci.c rev 1.122 (part)joe2002-04-011-13/+25
* Use ANSI prototypes and declarations.joe2002-04-011-1/+1
* Merge from NetBSD:joe2002-04-011-3/+8
* Add a clarifying comment (from NetBSD).joe2002-04-011-1/+2
* Merge from NetBSD:joe2002-04-011-2/+7
* Merge from NetBSD:joe2002-04-011-94/+397
* Merge from NetBSD:joe2002-03-161-3/+11
* Huge merge from NetBSD:joe2002-03-161-8/+11
* Fix debug printf formatspeter2002-02-281-2/+1
* Add a comment explaining a code change..julian2002-02-271-2/+2
* Add the following functions/macros to support byte order conversions andtmm2002-02-271-14/+0
* Fix warnings that have become fataljulian2002-02-271-3/+6
* Merge from NetBSD:joe2002-02-161-1/+3
* Follow NetBSD and ANSIfy the function definitions.joe2002-02-031-259/+149
* Update the $NetBSD$ ident to show that some patches have been appliedjoe2002-01-261-1/+1
* Merge from NetBSD:joe2002-01-261-12/+48
* Merge from NetBSD:joe2002-01-211-16/+16
* Merge from NetBSD:joe2002-01-211-3/+8
* Merge from NetBSD:joe2002-01-211-2/+10
* Merge from NetBSD:joe2002-01-031-1/+2
* Sync with NetBSD:joe2002-01-021-4/+4
* Partial sync with NetBSD:joe2001-12-301-102/+112
* 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-5/+1
* Find spurious interrupts.n_hibma2001-08-211-0/+2
* Make the string argument a const.n_hibma2001-07-051-2/+2
* 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
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-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
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDn_hibma2000-07-171-96/+96
* 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-117/+117
* Get rid of the last remnants of powerhook abuse.n_hibma2000-03-181-2/+2
* Add the TD's to the hash when they are created not when they are used.n_hibma2000-03-151-16/+41
* Correctly handle the conversion from virtual to physical addresses. Then_hibma2000-02-101-26/+54
* Get the KASSERT right.n_hibma2000-01-291-1/+1
* Fix debugging output. The TDs are linked through the dnext field, notn_hibma2000-01-291-1/+2
* Remove a warning from LINTn_hibma2000-01-291-1/+1
* Unbreak LINT.n_hibma2000-01-291-1/+1
* First part of the fix for ohci_hash_find_td panic.n_hibma2000-01-291-4/+21
* Add comments and debugging info.n_hibma2000-01-291-9/+20
* The toggle carry bit is stored in the headp not the tailp.n_hibma2000-01-291-2/+2
* Mask off the last two bits before comparing. It might just be that somen_hibma2000-01-291-4/+8
* Tripmine for bad hardware.n_hibma2000-01-291-0/+4
* Correct the list of error messages. It was incomplete.n_hibma2000-01-281-0/+3
OpenPOWER on IntegriCloud