Add support for D-Link DGE-528(T) Rev.B1
PR: 112774 Submitted by: Denis Fortin <fortin at acm dot org> Approved by: imp (mentor), yongari MFC After: 3 days
This commit is contained in:
parent
db6b0a619f
commit
3b9982e59c
@ -172,6 +172,8 @@ TUNABLE_INT("hw.re.msi_disable", &msi_disable);
|
||||
static struct rl_type re_devs[] = {
|
||||
{ DLINK_VENDORID, DLINK_DEVICEID_528T, RL_HWREV_8169S,
|
||||
"D-Link DGE-528(T) Gigabit Ethernet Adapter" },
|
||||
{ DLINK_VENDORID, DLINK_DEVICEID_528T, RL_HWREV_8169_8110SB,
|
||||
"D-Link DGE-528(T) Rev.B1 Gigabit Ethernet Adapter" },
|
||||
{ RT_VENDORID, RT_DEVICEID_8139, RL_HWREV_8139CPLUS,
|
||||
"RealTek 8139C+ 10/100BaseTX" },
|
||||
{ RT_VENDORID, RT_DEVICEID_8101E, RL_HWREV_8101E,
|
||||
|
Loading…
Reference in New Issue
Block a user