From b1a07005027d83db6e4dba8a19c2d0fd01517f89 Mon Sep 17 00:00:00 2001 From: yongari Date: Thu, 17 Nov 2011 21:24:56 +0000 Subject: Add preliminary support for second generation RTL8105E 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 174cac4..eb9786b 100644 --- a/sys/pci/if_rlreg.h +++ b/sys/pci/if_rlreg.h @@ -178,6 +178,7 @@ #define RL_HWREV_8168C_SPIN2 0x3C400000 #define RL_HWREV_8168CP 0x3C800000 #define RL_HWREV_8105E 0x40800000 +#define RL_HWREV_8105E_SPIN1 0x40C00000 #define RL_HWREV_8402 0x44000000 #define RL_HWREV_8411 0x48800000 #define RL_HWREV_8139 0x60000000 -- cgit v1.1