index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
ohci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make intr_nesting_level per-process, rather than per-cpu. Setup
jake
2001-01-21
1
-1
/
+1
*
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
jake
2001-01-10
1
-1
/
+1
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Undo previous commit. <machine/clock.h> is needed for the prototype
n_hibma
2000-10-16
1
-0
/
+1
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Remove __P prototypes to reduce diffs between the NetBSD and FreeBSD
n_hibma
2000-07-17
1
-96
/
+96
*
Change Lennart's e-mail address.
n_hibma
2000-05-14
1
-1
/
+1
*
OpenBSD has a broken debugger that does not grok static. Use a
n_hibma
2000-04-03
1
-117
/
+117
*
Get rid of the last remnants of powerhook abuse.
n_hibma
2000-03-18
1
-2
/
+2
*
Add the TD's to the hash when they are created not when they are used.
n_hibma
2000-03-15
1
-16
/
+41
*
Correctly handle the conversion from virtual to physical addresses. The
n_hibma
2000-02-10
1
-26
/
+54
*
Get the KASSERT right.
n_hibma
2000-01-29
1
-1
/
+1
*
Fix debugging output. The TDs are linked through the dnext field, not
n_hibma
2000-01-29
1
-1
/
+2
*
Remove a warning from LINT
n_hibma
2000-01-29
1
-1
/
+1
*
Unbreak LINT.
n_hibma
2000-01-29
1
-1
/
+1
*
First part of the fix for ohci_hash_find_td panic.
n_hibma
2000-01-29
1
-4
/
+21
*
Add comments and debugging info.
n_hibma
2000-01-29
1
-9
/
+20
*
The toggle carry bit is stored in the headp not the tailp.
n_hibma
2000-01-29
1
-2
/
+2
*
Mask off the last two bits before comparing. It might just be that some
n_hibma
2000-01-29
1
-4
/
+8
*
Tripmine for bad hardware.
n_hibma
2000-01-29
1
-0
/
+4
*
Correct the list of error messages. It was incomplete.
n_hibma
2000-01-28
1
-0
/
+3
*
Move the defines to the right location.
n_hibma
2000-01-27
1
-7
/
+14
*
Add comments
n_hibma
2000-01-26
1
-6
/
+27
*
Fix a warning in DIAGNOSTIC code.
peter
2000-01-23
1
-1
/
+1
*
More USB ethernet tweaks:
wpaul
2000-01-20
1
-62
/
+381
*
Add an extra debugging message.
n_hibma
2000-01-10
1
-1
/
+4
*
Synchronisation with NetBSD 1999/11/27
n_hibma
1999-11-28
1
-31
/
+32
*
Synchronisation with NetBSD as of 1999/11/16:
n_hibma
1999-11-17
1
-500
/
+692
*
Remove superfluous header file includes.
n_hibma
1999-11-08
1
-1
/
+1
*
Major synchronisation with the NetBSD USB stack:
n_hibma
1999-10-07
1
-422
/
+527
*
Correct URL's and change ifdef to if defined (following rest of style in
n_hibma
1999-08-28
1
-3
/
+3
*
Don't schedule the next transaction if the pipe is being aborted.
dfr
1999-08-26
1
-1
/
+0
*
Add comments, change variable names to make them consistent (r -> err,
n_hibma
1999-07-25
1
-5
/
+5
*
Trivial tweak to avoid a warning.
peter
1999-05-08
1
-0
/
+2
*
Clean up debugging output
n_hibma
1999-05-03
1
-8
/
+13
*
UHCI_DEBUG should of course be OHCI_DEBUG
n_hibma
1999-04-17
1
-13
/
+12
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-6
/
+4
*
1) Make debugging more selective.
n_hibma
1999-04-11
1
-12
/
+21
*
Textual changes
n_hibma
1999-01-22
1
-3
/
+4
*
1) Bug fix: Interrupt transfers worked only for the first packet.
n_hibma
1999-01-13
1
-12
/
+17
*
%b takes ints, not u_longs.
eivind
1999-01-12
1
-4
/
+4
*
Sync with NetBSD sources. Almost there. Mostly style fixes.
n_hibma
1999-01-10
1
-2
/
+2
*
Major synchronisation with NetBSD USB code
n_hibma
1999-01-07
1
-186
/
+324
*
The OHCI interfaces I have access to map their control regs etc. into
julian
1998-12-14
1
-4
/
+4
*
Added Id to all files
n_hibma
1998-12-14
1
-0
/
+1
*
Added comment
n_hibma
1998-12-14
1
-0
/
+3
*
If we failed to probe/attach somehow, we never have a sc->sc_hcca
julian
1998-12-11
1
-0
/
+3
*
Preliminary support for OHCI motherboards
n_hibma
1998-12-09
1
-0
/
+2078