From 8f7796960e5324d9006d05ab644c421a3428a863 Mon Sep 17 00:00:00 2001 From: yongari Date: Wed, 16 Nov 2011 21:37:45 +0000 Subject: Add preliminary support for RTL8402 PCIe FastEthernet with integrated card reader. 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 6e7c0c1..4e0332f 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_8402 0x44000000 #define RL_HWREV_8139 0x60000000 #define RL_HWREV_8139A 0x70000000 #define RL_HWREV_8139AG 0x70800000 -- cgit v1.1