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
/
pci
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicate const specifiers in many drivers (I hope I got all of
dim
2012-11-05
1
-1
/
+1
*
intpm: add ATI IXP400 pci id
avg
2012-04-16
1
-0
/
+3
*
intpm: return only SMB bus error codes from SMB methods
avg
2012-04-08
1
-3
/
+3
*
intpm: reflect the fact that SB800 and later AMD chipsets are not supported
avg
2012-04-08
1
-0
/
+3
*
Use correct Config registers for RTL8139 family. Unlike RTL8168 and
yongari
2012-02-25
2
-14
/
+37
*
To save more power, switch to 10/100Mbps link when controller is
yongari
2011-11-23
1
-0
/
+1
*
Make sure to stop TX MAC before freeing queued TX frames.
yongari
2011-11-23
1
-16
/
+19
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
3
-13
/
+4
*
Add preliminary support for RTL8168/8111F PCIe Gigabit ethernet.
yongari
2011-11-17
1
-0
/
+1
*
Add preliminary support for second generation RTL8105E PCIe
yongari
2011-11-17
1
-0
/
+1
*
Disable PCIe ASPM (Active State Power Management) for all
yongari
2011-11-16
1
-0
/
+1
*
Add preliminary support for RTL8411 PCIe Gigabit ethernet with
yongari
2011-11-16
1
-0
/
+1
*
Add preliminary support for RTL8402 PCIe FastEthernet with
yongari
2011-11-16
1
-0
/
+1
*
- Import the common MII bitbang'ing code from NetBSD and convert drivers to
marius
2011-11-01
2
-201
/
+52
*
Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.
yongari
2011-10-17
1
-1
/
+1
*
Add new device id of D-Link DGE-530T Rev. C controller. DGE-503T
yongari
2011-07-30
1
-0
/
+1
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-3
/
+3
*
Add initial support for RTL8401E PCIe Fast Ethernet.
yongari
2011-02-16
1
-0
/
+1
*
Add support for RTL8105E PCIe Fast Ethernet controller. It seems
yongari
2011-01-26
1
-0
/
+1
*
Do not use interrupt taskqueue on controllers with MSI/MSI-X
yongari
2011-01-26
1
-0
/
+10
*
Remove TX taskqueue and directly invoke re_start in interrupt task.
yongari
2011-01-25
1
-1
/
+0
*
Prefer MSI-X to MSI on controllers that support MSI-X. All
yongari
2011-01-25
1
-0
/
+2
*
Change model names of controller RTL_HWREV_8168_SPIN[123] to real ones.
yongari
2011-01-18
1
-3
/
+3
*
Implement initial jumbo frame support for RTL8168/8111 C/D/E PCIe
yongari
2011-01-17
1
-5
/
+16
*
Add initial support for RTL8168E/8111E-VL PCIe GbE.
yongari
2011-01-17
1
-0
/
+1
*
Implement TSO on RealTek RTL8168/8111 C or later controllers.
yongari
2011-01-10
1
-0
/
+2
*
Remove standard PCI configuration space register definitions.
yongari
2010-11-08
1
-35
/
+0
*
Remove trailing white spaces.
yongari
2010-11-08
1
-7
/
+7
*
Consistently use tab character instead of using space character.
yongari
2010-11-08
1
-500
/
+500
*
Follow the lead of vendor's interrupt moderation mechanism.
yongari
2010-11-08
1
-1
/
+2
*
Add simple MAC statistics counter reading support. Unfortunately
yongari
2010-11-05
1
-9
/
+7
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
1
-13
/
+10
*
Rewrite interrupt handler to give fairness for both RX and TX.
yongari
2010-10-13
1
-16
/
+28
*
Rename rl_setmulti() to rl_rxfilter() as rl_rxfilter() will handle
yongari
2010-09-30
1
-66
/
+42
*
Remove unnecessary controller reinitialization.
yongari
2010-08-24
1
-2
/
+12
*
It seems some newer RTL8139 controllers provides only memory space
yongari
2010-08-22
1
-23
/
+27
*
Implement WOL. WOL is supported on RTL8139B or newer controllers.
yongari
2010-07-19
1
-2
/
+139
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
Consistently use capital letters.
yongari
2010-04-09
1
-2
/
+2
*
Add preliminary support for 8168E/8111E PCIe controller.
yongari
2010-04-09
1
-0
/
+3
*
Add initial support for RTL8103E PCIe fastethernet.
yongari
2010-01-27
1
-0
/
+1
*
Add support for four more nfsmb controllers, shipping on at least the
gavin
2010-01-24
1
-0
/
+12
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
intpm/sb700: force polling mode if configured interrupt is SMI
avg
2009-09-19
1
-0
/
+6
*
intpm: add support for smbus controller found in AMD SB700
avg
2009-09-12
2
-13
/
+43
*
Add RTL8168DP/RTL8111DP device id. While I'm here append "8111D" to
yongari
2009-08-24
1
-0
/
+1
*
Adding hardware ID for RTL810x PCIe found on HP Pavilion DV2-1022AX.
avatar
2009-07-14
1
-0
/
+1
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
When user_frac in the polling subsystem is low it is going to busy the
attilio
2009-05-30
1
-10
/
+17
*
For RTL8139C+ controllers, have controller handle padding short
yongari
2009-04-20
1
-0
/
+1
[next]