summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rlreg.h
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2008-07-09 01:58:18 +0000
committeryongari <yongari@FreeBSD.org>2008-07-09 01:58:18 +0000
commit8bced35dc2abf67e9f17cae9597bff47aa244820 (patch)
treed43e9cb809c4c4ac869336ffec8099ed43c7900c /sys/pci/if_rlreg.h
parent756491769a741ce2919791c6997b56be90e89a9e (diff)
downloadFreeBSD-src-8bced35dc2abf67e9f17cae9597bff47aa244820.zip
FreeBSD-src-8bced35dc2abf67e9f17cae9597bff47aa244820.tar.gz
Add driver support for RTL8102E and RTL8102EL which is the second
generation of RTL810x PCIe fast ethernet controller. Note, Tx/Rx descriptor format is different from that of first generation of RTL8101E series. Jumbo frame is not supported for RTL810x family. Tested by: NAGATA Shinya ( maya AT negeta DOT com )
Diffstat (limited to 'sys/pci/if_rlreg.h')
-rw-r--r--sys/pci/if_rlreg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h
index e15465e..9456433 100644
--- a/sys/pci/if_rlreg.h
+++ b/sys/pci/if_rlreg.h
@@ -156,9 +156,11 @@
#define RL_HWREV_8169S 0x04000000
#define RL_HWREV_8169_8110SB 0x10000000
#define RL_HWREV_8169_8110SC 0x18000000
+#define RL_HWREV_8102EL 0x24800000
#define RL_HWREV_8168_SPIN1 0x30000000
#define RL_HWREV_8100E 0x30800000
#define RL_HWREV_8101E 0x34000000
+#define RL_HWREV_8102E 0x34800000
#define RL_HWREV_8168_SPIN2 0x38000000
#define RL_HWREV_8168_SPIN3 0x38400000
#define RL_HWREV_8168C 0x3C000000
OpenPOWER on IntegriCloud