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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add more comments to rings supported by the controller. Different
yongari
2010-10-06
1
-37
/
+103
*
Add the capability to read the complete contents of the NVRAM via sysctl
ambrisko
2010-10-06
2
-0
/
+68
*
Remove bge_tx_buf_ratio, unused member of softc.
yongari
2010-10-06
1
-1
/
+0
*
Overhaul MII register access routine and remove unnecessary
yongari
2010-10-06
2
-39
/
+94
*
Remove extra assignment.
glebius
2010-10-06
1
-1
/
+0
*
Add support to Alcatel/TCTMobile X080S USB 3G modem. The device needs
glebius
2010-10-06
4
-0
/
+14
*
Fix bge(4) build breakage when BGE_REGISTER_DEBUG is defined.
yongari
2010-10-06
1
-1
/
+1
*
Rearrange code a bit to correctly set PHY flags. This change make
yongari
2010-10-05
1
-5
/
+7
*
Separate common flags into controller specific and PHY related
yongari
2010-10-05
3
-36
/
+37
*
Print out correct USB connection speed for USB 3.0 mass storage devices.
hselasky
2010-10-04
1
-6
/
+15
*
RX buffer allocation failure is not an input error. Controller
yongari
2010-10-04
1
-1
/
+1
*
Don't count input error twice. uether_rxbuf() already updated that
yongari
2010-10-04
1
-4
/
+3
*
This commit adds full support for USB 3.0 devices in host and device
hselasky
2010-10-04
13
-203
/
+845
*
Add missing #if's
hselasky
2010-10-04
1
-0
/
+2
*
Add more strict USB string filtering.
hselasky
2010-10-04
1
-6
/
+13
*
Serialise USB re-enumeration with the USB explore thread.
hselasky
2010-10-04
4
-32
/
+76
*
Correct IOCTL return code.
hselasky
2010-10-04
1
-1
/
+5
*
Add missing USB 3.0 definitions. Correct some wrong ones.
hselasky
2010-10-04
1
-6
/
+28
*
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
*
Make upper stack know driver's output status. This change increased
yongari
2010-10-04
1
-3
/
+8
*
Move updating TX packet counter to the inside of send loop. axe(4)
yongari
2010-10-04
1
-1
/
+11
*
Enable fix for read DMA FIFO overruns on controllers that have this
yongari
2010-10-04
2
-0
/
+17
*
Consistently use ifHCOutOctets/ifHCInOctets instead of Octets as
yongari
2010-10-04
1
-9
/
+9
*
Fix two aliases that had the same name but were pointing to different
gnn
2010-10-04
1
-2
/
+2
*
Remove an header that apart from the license is empty.
marius
2010-10-03
2
-30
/
+0
*
Consistently always explicitly set IFM_HDX for half-duplex.
marius
2010-10-03
16
-32
/
+51
*
Commit initial version of new XHCI driver which was written from
hselasky
2010-10-03
4
-0
/
+4898
*
- In the spirit of previous simplifications factor out the checks for a
marius
2010-10-02
34
-815
/
+121
*
Try to adhere to style(9) and be consistent within this file.
marius
2010-10-02
1
-21
/
+22
*
Cosmetic: make it less confusing when displaying RAID 1 level, that might
kib
2010-10-02
1
-1
/
+1
*
Remove extra semicolon.
yongari
2010-10-01
1
-2
/
+2
*
Allow write DMA to request larger DMA burst size to get better
yongari
2010-10-01
2
-0
/
+5
*
Fix IFCAP_TXCSUM/IFCAP_RXCSUM handling. Previously bge(4) used
yongari
2010-09-30
1
-4
/
+8
*
Do not use regular interrupts on NVidia HPETs. NVidia MCP5x chipsets have
mav
2010-09-30
1
-0
/
+7
*
Revert r132291.
mav
2010-09-30
1
-2
/
+1
*
Implement hardware MAC statistics for BCM5705 or newer Broadcom
yongari
2010-09-29
2
-49
/
+339
*
After r207391, brgphy(4) passes resolved flow-control settings to
yongari
2010-09-29
1
-2
/
+13
*
Fix legal staff in GPIO sources:
gonzo
2010-09-29
5
-40
/
+70
*
Previously, the aac driver did not handle enclosure management AIFs,
emaste
2010-09-29
4
-0
/
+80
*
If rt2560_bbp_init() fails, don't drop the lock as the callers of
jhb
2010-09-29
1
-2
/
+1
*
Set the number of RX frames to receive after RX MBUF low watermark
yongari
2010-09-29
2
-0
/
+9
*
Initial GPIO bus support. Includes:
gonzo
2010-09-28
7
-0
/
+1332
*
Update code from Intel:
jfv
2010-09-28
21
-536
/
+1822
*
Use the mii_data provided via mii_attach_args and mii_pdata respectively
marius
2010-09-27
33
-34
/
+33
*
- Remove clause 3 and 4 from TNF licenses.
marius
2010-09-26
13
-142
/
+0
*
Take mpt_req_on_{free,pending}_list() out from under INVARIANTS as these
marius
2010-09-24
1
-7
/
+7
*
Improve r56796; the reply handler actually may remove the request from
marius
2010-09-24
1
-1
/
+2
*
Add missing le32toh(), same as recently done in ata-siliconimage.c.
mav
2010-09-24
1
-1
/
+1
*
- Do not place variables to memory allocated by busdma. pre/post ops
gonzo
2010-09-24
2
-83
/
+83
[next]