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
/
if_rlreg.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add preliminary support for RTL8106E PCIe FastEthernet.
yongari
2013-10-21
1
-0
/
+1
*
Correct MAC revision bits. Previously it always cleared bit 20 and
yongari
2013-10-21
1
-0
/
+1
*
Add D-Link DFE-520TX rev C1.
yongari
2013-01-16
1
-0
/
+5
*
Use correct Config registers for RTL8139 family. Unlike RTL8168 and
yongari
2012-02-25
1
-0
/
+14
*
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
*
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
1
-20
/
+6
*
Add new device id of D-Link DGE-530T Rev. C controller. DGE-503T
yongari
2011-07-30
1
-0
/
+1
*
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
*
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 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
*
For RTL8139C+ controllers, have controller handle padding short
yongari
2009-04-20
1
-0
/
+1
*
Allocating 2 MSI messages do not seem to work on certain controllers
yongari
2009-02-11
1
-1
/
+1
*
- Add support for 8110SCe part. Some magic registers were taken from
jkim
2009-01-20
1
-4
/
+4
*
Retire RL_FLAG_INVMAR bit to match its comment and reality.
jkim
2009-01-20
1
-1
/
+0
*
Sometimes RTL8168B seems to take long time to access GMII registers
yongari
2009-01-19
1
-0
/
+1
*
It seems that RealTek PCIe controllers require an explicit Tx poll
yongari
2008-12-17
1
-0
/
+1
*
For RTL8168C SPIN2 controllers, make sure to take the controller
yongari
2008-12-17
1
-0
/
+3
*
Make WOL work on RTL8168B. This controller seems to require
yongari
2008-12-11
1
-0
/
+1
*
Don't access undocumented register 0x82 on controllers that
yongari
2008-12-11
1
-0
/
+2
*
Newer RealTek controllers requires setting stop request bit to
yongari
2008-12-11
1
-0
/
+2
*
o Implemented miibus_statchg handler. It detects whether re(4)
yongari
2008-12-08
1
-0
/
+1
*
Add 8168D support.
yongari
2008-12-02
1
-0
/
+1
*
Make RL_TWISTER_ENABLE a tunable/sysctl. Eliminate it as an option.
imp
2008-11-02
1
-4
/
+1
*
Add RL_TWISTER_ENABLE option. This enables the magic bits to do long
imp
2008-10-31
1
-0
/
+30
*
Various bus_dma(9) fixes.
yongari
2008-10-25
1
-2
/
+9
*
The number of bits reserved for MSS in RealTek controllers is
yongari
2008-08-04
1
-0
/
+8
*
Add driver support for RTL8102E and RTL8102EL which is the second
yongari
2008-07-09
1
-0
/
+2
*
Add a new RTL8169 variant, 8169SB(L)/8110SB(L).
yongari
2008-07-02
1
-0
/
+1
[next]