Argh. Last commit only had the __FBSDID() fix. Really add the device ID
for the 8100 this time.
This commit is contained in:
parent
7d673c8636
commit
51e110b154
@ -200,6 +200,8 @@ static struct rl_type rl_devs[] = {
|
||||
"RealTek 8169 10/100/1000BaseTX" },
|
||||
{ RT_VENDORID, RT_DEVICEID_8138, RL_8139,
|
||||
"RealTek 8139 10/100BaseTX CardBus" },
|
||||
{ RT_VENDORID, RT_DEVICEID_8100, RL_8139,
|
||||
"RealTek 8100 10/100BaseTX" },
|
||||
{ ACCTON_VENDORID, ACCTON_DEVICEID_5030, RL_8139,
|
||||
"Accton MPX 5030/5038 10/100BaseTX" },
|
||||
{ DELTA_VENDORID, DELTA_DEVICEID_8139, RL_8139,
|
||||
|
@ -697,6 +697,7 @@ struct rl_softc {
|
||||
#define RT_DEVICEID_8138 0x8138
|
||||
#define RT_DEVICEID_8139 0x8139
|
||||
#define RT_DEVICEID_8169 0x8169
|
||||
#define RT_DEVICEID_8100 0x8100
|
||||
|
||||
#define RT_REVID_8139CPLUS 0x20
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user