diff options
author | yongari <yongari@FreeBSD.org> | 2011-02-16 21:59:42 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2011-02-16 21:59:42 +0000 |
commit | 5038159e7ed02b739431c61e4e3c2d41b90bf933 (patch) | |
tree | 60757c94648f4278d97c648cf890eb00757927d1 /sys/pci | |
parent | b9b7d3e93a251adacd363eaf9d23963ec7467075 (diff) | |
download | FreeBSD-src-5038159e7ed02b739431c61e4e3c2d41b90bf933.zip FreeBSD-src-5038159e7ed02b739431c61e4e3c2d41b90bf933.tar.gz |
Add initial support for RTL8401E PCIe Fast Ethernet.
PR: 154789
Diffstat (limited to 'sys/pci')
-rw-r--r-- | sys/pci/if_rlreg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h index 38839fa..6ecba71 100644 --- a/sys/pci/if_rlreg.h +++ b/sys/pci/if_rlreg.h @@ -160,6 +160,7 @@ #define RL_HWREV_8110S 0x04000000 #define RL_HWREV_8169_8110SB 0x10000000 #define RL_HWREV_8169_8110SC 0x18000000 +#define RL_HWREV_8401E 0x24000000 #define RL_HWREV_8102EL 0x24800000 #define RL_HWREV_8102EL_SPIN1 0x24C00000 #define RL_HWREV_8168D 0x28000000 |