From 7e02a6331a1f9ae883696527286456e4660e8ca3 Mon Sep 17 00:00:00 2001 From: yongari Date: Mon, 21 Oct 2013 06:27:20 +0000 Subject: Add preliminary support for RTL8106E PCIe FastEthernet. H/W donated by: RealTek Semiconductor Corp. --- 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 c3345aa..142fe48 100644 --- a/sys/pci/if_rlreg.h +++ b/sys/pci/if_rlreg.h @@ -189,6 +189,7 @@ #define RL_HWREV_8105E 0x40800000 #define RL_HWREV_8105E_SPIN1 0x40C00000 #define RL_HWREV_8402 0x44000000 +#define RL_HWREV_8106E 0x44800000 #define RL_HWREV_8168F 0x48000000 #define RL_HWREV_8411 0x48800000 #define RL_HWREV_8139 0x60000000 -- cgit v1.1