summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rlreg.h
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2003-09-10 07:21:43 +0000
committerwpaul <wpaul@FreeBSD.org>2003-09-10 07:21:43 +0000
commit6e7fb9858d45f4f5d0f4f925f4805276b47965d8 (patch)
treec2803976dc33362de0a676142d019aeabc9541d6 /sys/pci/if_rlreg.h
parent1f117d006c15205d82a0f1577bb9c1954cd29c99 (diff)
downloadFreeBSD-src-6e7fb9858d45f4f5d0f4f925f4805276b47965d8.zip
FreeBSD-src-6e7fb9858d45f4f5d0f4f925f4805276b47965d8.tar.gz
Update hardware revision table. 0x04000000 appears to be the revision
for the 8169S, according to my sample board. The RealTek Linux driver mentions 0x00800000. I'm assigning this to the 8110S until I get more info on it. (The (preliminary) RealTek docs only say that 8169S/8110S chips will have some combination of those two bits set, but doesn't say exactly what bit combination goes with which chip variant.)
Diffstat (limited to 'sys/pci/if_rlreg.h')
-rw-r--r--sys/pci/if_rlreg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h
index 8fe2f82..e5103f8 100644
--- a/sys/pci/if_rlreg.h
+++ b/sys/pci/if_rlreg.h
@@ -144,7 +144,8 @@
#define RL_LOOPTEST_ON 0x00020000
#define RL_HWREV_8169 0x00000000
-#define RL_HWREV_8110 0x00800000
+#define RL_HWREV_8169S 0x04000000
+#define RL_HWREV_8110S 0x00800000
#define RL_HWREV_8139 0x60000000
#define RL_HWREV_8139A 0x70000000
#define RL_HWREV_8139AG 0x70800000
OpenPOWER on IntegriCloud