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
/
uhci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
OpenBSD has a broken debugger that does not grok static. Use a
n_hibma
2000-04-03
1
-87
/
+87
*
Get rid of the last remnants of powerhook abuse.
n_hibma
2000-03-18
1
-2
/
+2
*
Do not use the powerhooks at all, instead of abusing and empty #define.
n_hibma
2000-03-15
1
-2
/
+4
*
Correctly handle the conversion from virtual to physical addresses. The
n_hibma
2000-02-10
1
-12
/
+12
*
Fix a bug in the uhci driver that breaks large bulk IN transfers. The
wpaul
2000-01-28
1
-5
/
+16
*
Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWN
n_hibma
2000-01-20
1
-6
/
+0
*
More USB ethernet tweaks:
wpaul
2000-01-20
1
-51
/
+135
*
Fix one bug and make one minor enhancement:
wpaul
1999-12-23
1
-1
/
+23
*
In one queue all the TDs (transfer descriptor, packets) for one transfer
n_hibma
1999-12-02
1
-3
/
+6
*
Synchronisation with NetBSD 1999/11/27
n_hibma
1999-11-28
1
-20
/
+25
*
Synchronisation with NetBSD as of 1999/11/16:
n_hibma
1999-11-17
1
-496
/
+642
*
Fix the computation of the status of the transfers. It never saw a STALLED
n_hibma
1999-11-11
1
-8
/
+17
*
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
-1725
/
+1756
*
Reset the UHCI controller when the device comes back from suspend.
n_hibma
1999-08-23
1
-12
/
+11
*
- Added documentation
n_hibma
1999-08-17
1
-1321
/
+1508
*
Add comments, change variable names to make them consistent (r -> err,
n_hibma
1999-07-25
1
-9
/
+9
*
- When aborting an interrupt pipe, just wait for 1ms for the completion
n_hibma
1999-05-30
1
-9
/
+5
*
Oops. Introduced a typo in one of previous commits.
n_hibma
1999-05-01
1
-1
/
+1
*
Clean up uhci_intr. Avoid acknowledging mutliple interrupts with
n_hibma
1999-05-01
1
-26
/
+27
*
Correct maximum error count in TD initialisation for transfer from 2 to 3.
n_hibma
1999-05-01
1
-2
/
+2
*
Clean up debugging output, rename printf to DPRINTF and set some
n_hibma
1999-05-01
1
-38
/
+29
*
Move the disabling of interrupts right before the allocation of the
n_hibma
1999-05-01
1
-0
/
+2
*
1) Change printf's into DPRINTF.
n_hibma
1999-04-20
1
-84
/
+95
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-5
/
+8
*
1) Make debugging more selective.
n_hibma
1999-04-11
1
-15
/
+24
*
USBD_STALLED bit checking was inconsistent. Mixed use of == and &
n_hibma
1999-04-11
1
-5
/
+6
*
1) clean up debugging output
n_hibma
1999-03-23
1
-10
/
+3
*
Moved timeout initialisation a bit earlier in the process. The
n_hibma
1999-03-22
1
-8
/
+9
*
Move untimeout up before call to uhci_ii_done, avoids panic in
n_hibma
1999-03-08
1
-4
/
+1
*
1) In polling mode (during boot) the callout_handle wasn't
n_hibma
1999-02-19
1
-24
/
+11
*
Moved busreset in uhci_init up to avoid clearing of FLBASE in Via 83572
n_hibma
1999-02-18
1
-11
/
+8
*
Added more verbose debugging output to uhci_run
n_hibma
1999-02-15
1
-2
/
+26
*
add LEGSUP to uhci_dumpregs
n_hibma
1999-01-22
1
-4
/
+7
*
Textual changes
n_hibma
1999-01-22
1
-3
/
+0
*
Fixed bug that made UHCI controllers fail to start.
n_hibma
1999-01-21
1
-4
/
+9
*
Sync with NetBSD sources. Almost there. Mostly style fixes.
n_hibma
1999-01-10
1
-6
/
+6
*
Major synchronisation with NetBSD USB code
n_hibma
1999-01-07
1
-165
/
+437
*
Added Id to all files
n_hibma
1998-12-14
1
-0
/
+1
*
Updated USB kernel sources to NetBSD sources of 1998-12-09.
n_hibma
1998-12-13
1
-21
/
+6
*
Various bug fixes:
n_hibma
1998-12-09
1
-26
/
+33
*
Initial commit of ported NetBSD USB stack
n_hibma
1998-11-26
1
-0
/
+2355