Recognize D-Link DGE-528(T) Gigabit as an re(4) device.
Submitted by: Andrus Nomm <andrus@members.ee> PR: 76780 MFC After: 1 week
This commit is contained in:
parent
d41d23e1cd
commit
32aa5f0e3e
@ -159,6 +159,8 @@ MODULE_DEPEND(re, miibus, 1, 1, 1);
|
||||
* Various supported device vendors/types and their names.
|
||||
*/
|
||||
static struct rl_type re_devs[] = {
|
||||
{ DLINK_VENDORID, DLINK_DEVICEID_528T, RL_HWREV_8169S,
|
||||
"D-Link DGE-528(T) Gigabit Ethernet Adapter" },
|
||||
{ RT_VENDORID, RT_DEVICEID_8139, RL_HWREV_8139CPLUS,
|
||||
"RealTek 8139C+ 10/100BaseTX" },
|
||||
{ RT_VENDORID, RT_DEVICEID_8169, RL_HWREV_8169,
|
||||
|
@ -795,6 +795,11 @@ struct rl_softc {
|
||||
*/
|
||||
#define DLINK_DEVICEID_530TXPLUS 0x1300
|
||||
|
||||
/*
|
||||
* D-Link DFE-5280T device ID
|
||||
*/
|
||||
#define DLINK_DEVICEID_528T 0x4300
|
||||
|
||||
/*
|
||||
* D-Link DFE-690TXD device ID
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user