summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2007-12-08 00:14:09 +0000
committeryongari <yongari@FreeBSD.org>2007-12-08 00:14:09 +0000
commitc60450024ed994361d0144d8be795b6f6fba957e (patch)
tree1f9ef19cf236a5bf56409683d26b1ce3231e75a6 /sys/pci
parent6bd01c70a2bb4cf2034458a808cc2a2a03bae798 (diff)
downloadFreeBSD-src-c60450024ed994361d0144d8be795b6f6fba957e.zip
FreeBSD-src-c60450024ed994361d0144d8be795b6f6fba957e.tar.gz
Add another RTL8168 revision 3 which is found on RTL8111-GR Gigabit
Ethernet Controller. Multicast filtering wasn't tested and needs more expore. While I'm here change complex if statements with switch statement which would improve readability. Reported by: Abdullah Ibn Hamad Al-Marri < wearabnet AT yahoo DOT ca > Tested by: Abdullah Ibn Hamad Al-Marri < wearabnet AT yahoo DOT ca >
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_rlreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h
index 3ab38be..fbfb65b 100644
--- a/sys/pci/if_rlreg.h
+++ b/sys/pci/if_rlreg.h
@@ -156,6 +156,7 @@
#define RL_HWREV_8100E 0x30800000
#define RL_HWREV_8101E 0x34000000
#define RL_HWREV_8168_SPIN2 0x38000000
+#define RL_HWREV_8168_SPIN3 0x38400000
#define RL_HWREV_8139 0x60000000
#define RL_HWREV_8139A 0x70000000
#define RL_HWREV_8139AG 0x70800000
OpenPOWER on IntegriCloud