From 5038159e7ed02b739431c61e4e3c2d41b90bf933 Mon Sep 17 00:00:00 2001 From: yongari Date: Wed, 16 Feb 2011 21:59:42 +0000 Subject: Add initial support for RTL8401E PCIe Fast Ethernet. PR: 154789 --- sys/pci/if_rlreg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/pci') 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 -- cgit v1.1