summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2006-05-24 11:55:25 +0000
committerglebius <glebius@FreeBSD.org>2006-05-24 11:55:25 +0000
commit8ba778a258996098a6ddb344d5b39d907258b460 (patch)
treeee68b742fef99097580e35f0b6a3b8bca307c670 /sys/pci
parent155325e141d52dfb9b4691302e725f29770b3775 (diff)
downloadFreeBSD-src-8ba778a258996098a6ddb344d5b39d907258b460.zip
FreeBSD-src-8ba778a258996098a6ddb344d5b39d907258b460.tar.gz
Rename device name in the last commit. According to PR, the ID is
more likely to belong to chips of 8168 family. PR: kern/96734 Submitted by: Sven Petai <hadara bsd.ee>
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_rlreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h
index feb767e..737992c 100644
--- a/sys/pci/if_rlreg.h
+++ b/sys/pci/if_rlreg.h
@@ -159,7 +159,7 @@
#define RL_HWREV_8139CPLUS 0x74800000
#define RL_HWREV_8101 0x74c00000
#define RL_HWREV_8100 0x78800000
-#define RL_HWREV_8111B 0x30000000
+#define RL_HWREV_8168 0x30000000
#define RL_TXDMA_16BYTES 0x00000000
#define RL_TXDMA_32BYTES 0x00000100
@@ -745,7 +745,7 @@ struct rl_softc {
#define RT_DEVICEID_8129 0x8129
#define RT_DEVICEID_8138 0x8138
#define RT_DEVICEID_8139 0x8139
-#define RT_DEVICEID_8111B 0x8168
+#define RT_DEVICEID_8168 0x8168
#define RT_DEVICEID_8169 0x8169
#define RT_DEVICEID_8100 0x8100
OpenPOWER on IntegriCloud