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
/
controller
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add PCI IDs for two more nForce controllers.
thompsa
2010-03-28
2
-0
/
+4
*
Add support for the Samsung S3C2xx0 family of ARM SoCs written by
imp
2010-03-20
1
-0
/
+219
*
For USS820 driver we need to manually reset TX FIFO at each SETUP transaction
thompsa
2010-03-11
1
-0
/
+8
*
Wrap the proc wakeup special case for ddb in ifdef DDB.
thompsa
2010-03-11
1
-0
/
+6
*
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
joel
2010-03-03
9
-63
/
+0
*
Disable the use of the IAAD usb doorbell on NVidia controllers as it can cause
thompsa
2010-02-09
3
-0
/
+33
*
Optimise EHCI ISOC HS done check.
thompsa
2010-01-29
1
-10
/
+7
*
Remove unused uhci_dump_qhs().
trasz
2010-01-08
1
-27
/
+0
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
Add more OHCI pci ids.
thompsa
2009-12-22
1
-0
/
+6
*
Add more EHCI pci ids.
thompsa
2009-12-22
1
-0
/
+10
*
Correct name, 82801IJ -> 82801JI
thompsa
2009-12-09
2
-8
/
+8
*
Add uhci/ehci controller ids.
thompsa
2009-12-03
2
-0
/
+16
*
Remove overuse of exclamation marks in kernel printfs, there mere fact a
thompsa
2009-11-26
4
-9
/
+12
*
Disable interrupts after doing early takeover of the usb controller in case usb
thompsa
2009-11-25
2
-2
/
+2
*
Actually disable interrupts in ehci_detach().
thompsa
2009-11-23
1
-1
/
+1
*
Add missed register change in r199676.
thompsa
2009-11-22
1
-1
/
+1
*
Correct register access for USB device side operation on the musb controller.
thompsa
2009-11-22
1
-9
/
+58
*
Provide tunables for some of the usb sysctls that affect boot behaviour.
thompsa
2009-11-22
3
-0
/
+10
*
Initialise variable before use.
thompsa
2009-11-22
5
-0
/
+5
*
Improve High Speed slot allocation mechanism by moving the computation to the
thompsa
2009-11-22
1
-47
/
+12
*
improve support for high speed isochronous endpoints which does not run 1:1,
thompsa
2009-11-08
1
-27
/
+66
*
Integrate lost interrupts patch from the old USB stack.
thompsa
2009-11-08
3
-4
/
+51
*
ehci_init() will do reset and set the usbrev flag. Fix problem where
thompsa
2009-11-08
3
-8
/
+1
*
Revert r198500 for now, this will break situations when
thompsa
2009-10-26
3
-0
/
+88
*
Remove usb controller takeover code now that it is handled by the pci code.
thompsa
2009-10-26
3
-88
/
+0
*
Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover for
thompsa
2009-10-15
15
-282
/
+414
*
EHCI Hardware BUG workaround
thompsa
2009-10-01
1
-21
/
+57
*
Clear all interrupts rather than just SETUP packet.
thompsa
2009-09-28
1
-2
/
+2
*
Simplify logic around setting EHCI_QH_DTC and expand some htohc32(temp.sc, 0)
thompsa
2009-09-28
1
-19
/
+15
*
Import two PCI quirks from Linux
thompsa
2009-09-28
1
-0
/
+70
*
MFp4 @ 168387
thompsa
2009-09-28
1
-4
/
+2
*
- allow disabling "root_mount_hold()" by
alfred
2009-08-24
1
-73
/
+29
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-9
/
+21
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-21
/
+9
*
USB controller:
alfred
2009-07-30
1
-2
/
+9
*
USB CORE:
alfred
2009-07-30
8
-0
/
+8
*
USB controller:
alfred
2009-07-30
3
-0
/
+14
*
Sync to p4
thompsa
2009-06-27
5
-5
/
+5
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
19
-51
/
+420
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
19
-438
/
+438
*
Move the memory layout definitions and logic from mvreg.h to mvwin.h
marcel
2009-06-12
1
-1
/
+4
*
Rename usb pipes to endpoints as it better represents what they are, and struct
thompsa
2009-06-07
8
-282
/
+282
*
Revert the size_t part of the last commit for the moment, this blows up the
thompsa
2009-05-30
1
-3
/
+3
*
Fix function arguments were previously they matched the typedef by accident.
thompsa
2009-05-29
1
-3
/
+3
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
17
-80
/
+80
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
18
-690
/
+690
*
Fix a failure to report failure on stalled status stage for control
thompsa
2009-05-21
1
-7
/
+0
*
Add a driver for the AVR32 series USB Device Controller. Not hooked up as
thompsa
2009-05-21
2
-0
/
+2319
*
Improve device mode (gadget) stall handling.
thompsa
2009-05-21
8
-8
/
+18
[next]