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>
This commit is contained in:
Gleb Smirnoff 2006-05-24 11:55:25 +00:00
parent 9857865b55
commit 16a67f532d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158878
2 changed files with 5 additions and 5 deletions

View File

@ -167,8 +167,8 @@ static struct rl_type re_devs[] = {
"D-Link DGE-528(T) Gigabit Ethernet Adapter" },
{ RT_VENDORID, RT_DEVICEID_8139, RL_HWREV_8139CPLUS,
"RealTek 8139C+ 10/100BaseTX" },
{ RT_VENDORID, RT_DEVICEID_8111B, RL_HWREV_8111B,
"Realtek 8111B Single-Chip Gigabit Ethernet" },
{ RT_VENDORID, RT_DEVICEID_8168, RL_HWREV_8168,
"Realtek 8168B/8111B Gigabit Ethernet" },
{ RT_VENDORID, RT_DEVICEID_8169, RL_HWREV_8169,
"RealTek 8169 Gigabit Ethernet" },
{ RT_VENDORID, RT_DEVICEID_8169, RL_HWREV_8169S,
@ -199,7 +199,7 @@ static struct rl_hwrev re_hwrevs[] = {
{ RL_HWREV_8110S, RL_8169, "8110S"},
{ RL_HWREV_8100, RL_8139, "8100"},
{ RL_HWREV_8101, RL_8139, "8101"},
{ RL_HWREV_8111B, RL_8169, "8111B"},
{ RL_HWREV_8168, RL_8169, "8168/8111B"},
{ 0, 0, NULL }
};

View File

@ -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