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
/
usb_controller.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 64-bit DMA support in the XHCI controller driver.
hselasky
2015-01-05
1
-1
/
+1
*
Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can
hselasky
2015-01-05
1
-1
/
+1
*
Refine support for disabling USB enumeration to allow device detach
hselasky
2014-10-09
1
-10
/
+1
*
Add support for disabling USB enumeration in general or on selected
hselasky
2014-10-08
1
-1
/
+10
*
Rename driver name a bit to avoid unit number confusion in dmesg.
hselasky
2014-08-05
1
-1
/
+1
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-6
/
+3
*
Revert r267961, r267973:
gjb
2014-06-27
1
-3
/
+6
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-6
/
+3
*
Avoid the USB device disconnected and controller shutdown clutter on system
marius
2014-06-10
1
-2
/
+3
*
Resolve a deadlock setting the USB configuration index from userspace
hselasky
2014-06-08
1
-1
/
+7
*
Make WITNESS happy by giving USB mutexes different names.
hselasky
2014-06-07
1
-2
/
+2
*
Hook the ISP/SAF1761 driver into MIPS kernel builds.
hselasky
2014-05-29
1
-1
/
+1
*
- Add softc pointer argument to FIFO functions as an optimisation.
hselasky
2014-05-18
1
-0
/
+4
*
- Allow the SAF1761 driver to attach to the root HUB USB driver.
hselasky
2014-05-16
1
-0
/
+1
*
Fix typos.
hselasky
2013-12-08
1
-4
/
+4
*
Improve the XHCI command timeout recovery handling code.
hselasky
2013-12-06
1
-0
/
+53
*
Add convenience wrapper functions to run callbacks in the context of the
hselasky
2013-04-23
1
-0
/
+25
*
Resolve a LOR after r246616. Protect control requests using the USB device
hselasky
2013-02-13
1
-6
/
+12
*
Add defines to more easily allow a single threaded version of the FreeBSD
hselasky
2013-02-05
1
-28
/
+30
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
1
-1
/
+2
*
Modify the FreeBSD USB kernel code so that it can be compiled directly
hselasky
2013-01-30
1
-1
/
+18
*
Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.
hselasky
2012-10-26
1
-1
/
+1
*
Add support for DWC OTG.
hselasky
2012-09-09
1
-0
/
+3
*
Make sure that the USB system suspend event is executed synchronously
hselasky
2012-03-03
1
-2
/
+21
*
Make sure we probe and attach the root HUB after
hselasky
2012-01-02
1
-0
/
+8
*
- Enable usbus on octusb
gonzo
2011-12-24
1
-0
/
+1
*
Make the recently added "no_shutdown_wait" sysctl writeable.
hselasky
2011-12-19
1
-1
/
+1
*
Add code to wait for USB shutdown to be executed at system shutdown.
hselasky
2011-12-19
1
-1
/
+15
*
Add missing unlock of USB controller's lock, when
hselasky
2011-12-19
1
-0
/
+12
*
Implement better support for USB controller suspend and resume.
hselasky
2011-12-14
1
-16
/
+231
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
- Correct USB 3.0 wire-speed to 5.0Gbps
hselasky
2011-02-26
1
-1
/
+1
*
Minor cleanup:
hselasky
2011-02-09
1
-4
/
+4
*
Make USB packet filtering code optional.
hselasky
2011-01-18
1
-2
/
+4
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
Removes a unused function `usb_bus_find'.
weongyo
2010-11-25
1
-26
/
+0
*
Handles the unit number correctly that the previous commit had a problem
weongyo
2010-11-25
1
-4
/
+4
*
Removes all duplicated code with BPF that it's greatly simplified and
weongyo
2010-11-24
1
-1
/
+1
*
Adds a USB packet filter feature to the stack that it could capture
weongyo
2010-11-22
1
-0
/
+32
*
This commit adds full support for USB 3.0 devices in host and device
hselasky
2010-10-04
1
-0
/
+6
*
Add missing DRIVER_MODULE() entry for the musbotg driver.
hselasky
2010-10-04
1
-0
/
+4
*
The root mount hold reference was not released on USB controller
hselasky
2010-10-04
1
-8
/
+14
*
Add missing ifdefs for usb power saving support.
thompsa
2010-05-12
1
-1
/
+4
*
Wrap the proc wakeup special case for ddb in ifdef DDB.
thompsa
2010-03-11
1
-0
/
+6
*
Remove overuse of exclamation marks in kernel printfs, there mere fact a
thompsa
2009-11-26
1
-3
/
+3
*
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
[next]