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
*
Fix a long standing bug in programming station address for Yukon
yongari
2010-11-06
1
-12
/
+13
*
If we got an invalid station address, generate random address. This
yongari
2010-11-06
1
-0
/
+19
*
Mark command submission timeouts as timeouts. This should trigger device
mav
2010-11-06
1
-8
/
+13
*
Instead of using the AMRR ratectl algo as default for drivers which have
bschmidt
2010-11-06
10
-12
/
+2
*
Add support for odd-sized PIO transfers, sometimes used by ATAPI.
mav
2010-11-06
1
-6
/
+18
*
Bugfix: In rev 213509 Alexander committed a duplicate ID for ZTE STOR
n_hibma
2010-11-05
2
-8
/
+13
*
Add a forgotten change from the previous commit.
jkim
2010-11-05
1
-1
/
+1
*
Fix a use-after-free bug for extended IRQ resource[1]. When _PRS buffer is
jkim
2010-11-05
1
-44
/
+34
*
Correct an inverted check in r213893.
marius
2010-11-05
1
-1
/
+1
*
Add simple MAC statistics counter reading support. Unfortunately
yongari
2010-11-05
1
-15
/
+139
*
Implement ucom_set_pnpinfo_usb() providing ttyname and port number
n_hibma
2010-11-05
20
-3
/
+60
*
style(9).
yongari
2010-11-05
1
-3
/
+3
*
Remove extra white spaces.
yongari
2010-11-05
1
-3
/
+3
*
Enable 64bit DMA addressing for RTL810xE/RTL8168/RTL8111 PCIe
yongari
2010-11-05
1
-2
/
+6
*
- Remove an unused entry from the softc (only used in a debugging printf).
n_hibma
2010-11-05
2
-6
/
+5
*
Bugfix: Move the 'at <location string' to the beginning of the attach
n_hibma
2010-11-05
1
-4
/
+3
*
Don't terminate the notification with \n. This is done in
n_hibma
2010-11-04
1
-2
/
+2
*
Add code to warm reset a USB 3.0 port.
hselasky
2010-11-04
2
-4
/
+99
*
Add new USB quirk.
hselasky
2010-11-04
2
-1
/
+2
*
Adjust a comment to clarify why \_SB_ and \_TZ_ are defined as device type
jkim
2010-11-03
1
-16
/
+14
*
- Simplify the way unit/subunit allocation is done in ucom.
n_hibma
2010-11-03
20
-157
/
+119
*
Clean up leftover USB device ID after r213856. This fixes:
hselasky
2010-11-03
1
-3
/
+0
*
Remove stale line, accidentally slipped into r214016.
mav
2010-11-02
1
-1
/
+0
*
Sync the lem code up with the vlan and other fixes in em.
jfv
2010-11-01
4
-158
/
+108
*
Turn a panic into a printf so IFM_ETH_MASTER on !IFM_1000_T is complained
marius
2010-10-31
1
-1
/
+1
*
Try to make the style consistent (including regarding NetBSD bits not yet
marius
2010-10-31
1
-44
/
+39
*
Make a comment reflect reality.
marius
2010-10-31
1
-1
/
+1
*
Add a driver for the Apple Uninorth AGP host bridge found in all PowerPC
nwhitehorn
2010-10-31
2
-11
/
+325
*
Correct a bug in r213893; within a PHY driver MIIF_PHYPRIVn should be used
marius
2010-10-30
1
-1
/
+1
*
Don't bother to enable ASPM L1 to save more power. Even though I am
yongari
2010-10-30
1
-1
/
+1
*
sys/dev/xen/blkback/blkback.c:
gibbs
2010-10-28
1
-2
/
+5
*
In the data setup code for doing offloads the
jfv
2010-10-28
1
-1
/
+6
*
Add support for setting per-interface PnP information.
hselasky
2010-10-27
3
-6
/
+53
*
Add initial BCM5718 family support. The BCM5718 family includes
yongari
2010-10-27
2
-69
/
+290
*
Add BCM5717C 10/100/1000TX PHY id.
yongari
2010-10-27
2
-0
/
+7
*
Add two new loader tunables 'hw.acpi.install_interface' and
jkim
2010-10-26
1
-0
/
+106
*
Bug fix delta to the em driver:
jfv
2010-10-26
2
-118
/
+259
*
The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registers
nwhitehorn
2010-10-25
3
-6
/
+10
*
Make hw.snd.vpc_0db to be also a loader tunable.
mav
2010-10-25
1
-0
/
+1
*
Add missing mtx_destroy() on channel attach failure.
mav
2010-10-25
2
-0
/
+2
*
Add TSO support over VLAN for i82550/i82551. Controller requires
yongari
2010-10-24
1
-3
/
+12
*
Use bge_chipid to compare controller ids. r214251 incorrectly used
yongari
2010-10-24
1
-3
/
+3
*
- Given that as of r214264 all PHY drivers using mii(4) finally have been
marius
2010-10-24
2
-96
/
+1
*
- Add IFM_10_2 and IFM_10_5 media via tlphy(4) only in case the respective
marius
2010-10-24
4
-57
/
+70
*
Take advantage of mii_phy_add_media()/mii_phy_setmedia().
marius
2010-10-24
1
-27
/
+7
*
- Take advantage of mii_phy_dev_probe().
marius
2010-10-24
1
-12
/
+8
*
Apply the same workaround for SDI flow control used on BCM5906 A1
yongari
2010-10-23
2
-5
/
+9
*
The firmware does pad notifications to an even number of bytes (at least
bschmidt
2010-10-23
1
-2
/
+2
*
Add possibility to generate devctl notifications regardless of UGEN presence.
hselasky
2010-10-22
2
-15
/
+47
*
Add workaround for BCM5906 A1 controller silicon bug. When
yongari
2010-10-22
2
-0
/
+6
[next]