Add new device id of D-Link DGE-530T Rev. C controller. DGE-503T
Rev A1 and B1 is supported by sk(4) but the DGE-530T Rev. C controller is re-branded RealTek 8169 controller. PR: kern/159116 Approved by: re (kib)
This commit is contained in:
parent
03e0b4893e
commit
5f91689784
@ -174,6 +174,8 @@ TUNABLE_INT("hw.re.prefer_iomap", &prefer_iomap);
|
||||
static struct rl_type re_devs[] = {
|
||||
{ DLINK_VENDORID, DLINK_DEVICEID_528T, 0,
|
||||
"D-Link DGE-528(T) Gigabit Ethernet Adapter" },
|
||||
{ DLINK_VENDORID, DLINK_DEVICEID_530T_REVC, 0,
|
||||
"D-Link DGE-530(T) Gigabit Ethernet Adapter" },
|
||||
{ RT_VENDORID, RT_DEVICEID_8139, 0,
|
||||
"RealTek 8139C+ 10/100BaseTX" },
|
||||
{ RT_VENDORID, RT_DEVICEID_8101E, 0,
|
||||
|
@ -1042,6 +1042,7 @@ struct rl_softc {
|
||||
* D-Link DFE-5280T device ID
|
||||
*/
|
||||
#define DLINK_DEVICEID_528T 0x4300
|
||||
#define DLINK_DEVICEID_530T_REVC 0x4302
|
||||
|
||||
/*
|
||||
* D-Link DFE-690TXD device ID
|
||||
|
Loading…
Reference in New Issue
Block a user