summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ohci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the defines to the right location.n_hibma2000-01-271-7/+14
* Add commentsn_hibma2000-01-261-6/+27
* Fix a warning in DIAGNOSTIC code.peter2000-01-231-1/+1
* More USB ethernet tweaks:wpaul2000-01-201-62/+381
* Add an extra debugging message.n_hibma2000-01-101-1/+4
* Synchronisation with NetBSD 1999/11/27n_hibma1999-11-281-31/+32
* Synchronisation with NetBSD as of 1999/11/16:n_hibma1999-11-171-500/+692
* Remove superfluous header file includes.n_hibma1999-11-081-1/+1
* Major synchronisation with the NetBSD USB stack:n_hibma1999-10-071-422/+527
* Correct URL's and change ifdef to if defined (following rest of style inn_hibma1999-08-281-3/+3
* Don't schedule the next transaction if the pipe is being aborted.dfr1999-08-261-1/+0
* Add comments, change variable names to make them consistent (r -> err,n_hibma1999-07-251-5/+5
* Trivial tweak to avoid a warning.peter1999-05-081-0/+2
* Clean up debugging outputn_hibma1999-05-031-8/+13
OpenPOWER on IntegriCloud