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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the warning on wrong IRQ values to the right place, before any
n_hibma
2000-02-20
2
-16
/
+16
*
Correctly handle the conversion from virtual to physical addresses. The
n_hibma
2000-02-10
6
-48
/
+77
*
Add PCI Id's for i810 chipsets.
n_hibma
2000-02-07
1
-0
/
+16
*
Don't use tsleep when cold booting. It is called before bus->use_polling
n_hibma
2000-02-06
1
-1
/
+1
*
Disable the generation of SMIs (System Management Interrupts). Always set
n_hibma
2000-02-06
1
-10
/
+10
*
Commit missing bits, forgotten when committing support for suspend/resume
n_hibma
2000-02-04
1
-4
/
+7
*
bus_release_resource is spellt like bus_release_resource not like
n_hibma
2000-01-31
2
-26
/
+26
*
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
2
-4
/
+9
*
Tripmine for bad hardware.
n_hibma
2000-01-29
1
-0
/
+4
*
Minor tweak: the D-Link 10/100 USB ethernet adapter is apparently using
wpaul
2000-01-29
1
-4
/
+8
*
Correct the list of error messages. It was incomplete.
n_hibma
2000-01-28
1
-0
/
+3
*
Regen.
n_hibma
2000-01-28
1
-1
/
+1
*
Correct the entry for the Kodak DC290.
n_hibma
2000-01-28
1
-1
/
+1
*
Fix a bug in the uhci driver that breaks large bulk IN transfers. The
wpaul
2000-01-28
6
-74
/
+22
*
The values for OHCI_HALTED and OHCI_TOGGLECARRY were reversed.
n_hibma
2000-01-28
1
-2
/
+2
*
Move the defines to the right location.
n_hibma
2000-01-27
3
-10
/
+18
*
Add umass.c
n_hibma
2000-01-27
1
-1
/
+2
*
Properly teardown the allocated and initialised stuff when an error
n_hibma
2000-01-26
2
-38
/
+43
*
Don't set ivars until we checked the return value from device_add_child.
n_hibma
2000-01-26
2
-2
/
+2
*
Add comments
n_hibma
2000-01-26
1
-6
/
+27
*
Add usbd_clear_endpoint_toggle(pipe) function.
n_hibma
2000-01-25
2
-0
/
+9
*
Correct subroutine names in DPRINTF
n_hibma
2000-01-25
1
-5
/
+5
*
The previous fix for the USB ugen device set configuration ioctl()
n_hibma
2000-01-24
1
-4
/
+12
*
Fix some warnings.
peter
2000-01-23
1
-2
/
+2
*
remove "extern int cold" from SPLUSBCHECK - it causes a heap of warnings.
peter
2000-01-23
1
-1
/
+0
*
Fix a warning in DIAGNOSTIC code.
peter
2000-01-23
1
-1
/
+1
*
Check whether we can change config at all. If any of the endpoints
n_hibma
2000-01-23
1
-1
/
+11
*
Zap the vnodes for the control endpoint as well.
n_hibma
2000-01-23
1
-0
/
+6
*
Add ID for the AMD-756 OHCI controller
n_hibma
2000-01-21
1
-0
/
+9
*
Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWN
n_hibma
2000-01-20
5
-10
/
+17
*
Remove duplicate include
n_hibma
2000-01-20
1
-1
/
+0
*
Properly remove interrupts if initialisation fails.
n_hibma
2000-01-20
1
-29
/
+37
*
Fix test for deciding when a bulk IN transfer got truncated. I thought
wpaul
2000-01-20
1
-1
/
+1
*
Do not include `ukbd.h'; it's not used.
yokota
2000-01-20
1
-1
/
+0
*
Regen.
wpaul
2000-01-20
2
-507
/
+625
*
More USB ethernet tweaks:
wpaul
2000-01-20
23
-524
/
+1040
*
Fix a couple of bugs:
wpaul
2000-01-19
2
-5
/
+8
*
Change the mechanism by which we detect that the firmware is already
wpaul
2000-01-17
1
-24
/
+19
*
The correct part number for the CATC ASIC is USB-EL1210A, not
wpaul
2000-01-17
1
-2
/
+2
*
Remove device name strings from vendor/product lists since we don't use
wpaul
2000-01-16
6
-59
/
+57
*
Minor enhancement: set the 'dual link LED' bit in the auxmode register
wpaul
2000-01-15
1
-0
/
+12
*
Fix multicast filter programming.
wpaul
2000-01-14
1
-3
/
+5
*
Do a few minor cleanups.
wpaul
2000-01-14
2
-9
/
+5
[next]