summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ohci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* UHCI_DEBUG should of course be OHCI_DEBUGn_hibma1999-04-171-13/+12
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-6/+4
* 1) Make debugging more selective.n_hibma1999-04-111-12/+21
* Textual changesn_hibma1999-01-221-3/+4
* 1) Bug fix: Interrupt transfers worked only for the first packet.n_hibma1999-01-131-12/+17
* %b takes ints, not u_longs.eivind1999-01-121-4/+4
* Sync with NetBSD sources. Almost there. Mostly style fixes.n_hibma1999-01-101-2/+2
* Major synchronisation with NetBSD USB coden_hibma1999-01-071-186/+324
* The OHCI interfaces I have access to map their control regs etc. intojulian1998-12-141-4/+4
* Added Id to all filesn_hibma1998-12-141-0/+1
* Added commentn_hibma1998-12-141-0/+3
* If we failed to probe/attach somehow, we never have a sc->sc_hccajulian1998-12-111-0/+3
* Preliminary support for OHCI motherboardsn_hibma1998-12-091-0/+2078
OpenPOWER on IntegriCloud