aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
diff options
context:
space:
mode:
authorPyun YongHyeon <yongari@FreeBSD.org>2011-01-18 00:46:10 +0000
committerPyun YongHyeon <yongari@FreeBSD.org>2011-01-18 00:46:10 +0000
commitef278cb4ae57de9821b259b0734f8c4a67fb28d5 (patch)
tree6f0b28db2b7b4e032a73bb58fa139fcdffe1ebf6 /sys/pci
parente3d41006427bd1414e986f8a370d80ac0a687bc1 (diff)
downloadsrc-ef278cb4ae57de9821b259b0734f8c4a67fb28d5.tar.gz
src-ef278cb4ae57de9821b259b0734f8c4a67fb28d5.zip
Change model names of controller RTL_HWREV_8168_SPIN[123] to real ones.
s/RL_HWREV_8168_SPIN1/RL_HWREV_8168B_SPIN1/g s/RL_HWREV_8168_SPIN2/RL_HWREV_8168B_SPIN2/g s/RL_HWREV_8168_SPIN3/RL_HWREV_8168B_SPIN3/g No functional changes.
Notes
Notes: svn path=/head/; revision=217524
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_rlreg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h
index bcc2ab28b584..5a0c5e654c38 100644
--- a/sys/pci/if_rlreg.h
+++ b/sys/pci/if_rlreg.h
@@ -166,13 +166,13 @@
#define RL_HWREV_8168DP 0x28800000
#define RL_HWREV_8168E 0x2C000000
#define RL_HWREV_8168E_VL 0x2C800000
-#define RL_HWREV_8168_SPIN1 0x30000000
+#define RL_HWREV_8168B_SPIN1 0x30000000
#define RL_HWREV_8100E 0x30800000
#define RL_HWREV_8101E 0x34000000
#define RL_HWREV_8102E 0x34800000
#define RL_HWREV_8103E 0x34C00000
-#define RL_HWREV_8168_SPIN2 0x38000000
-#define RL_HWREV_8168_SPIN3 0x38400000
+#define RL_HWREV_8168B_SPIN2 0x38000000
+#define RL_HWREV_8168B_SPIN3 0x38400000
#define RL_HWREV_8168C 0x3C000000
#define RL_HWREV_8168C_SPIN2 0x3C400000
#define RL_HWREV_8168CP 0x3C800000