Nortel Networks sells a RealTek 8139-based NIC that's basically
the same thing as the SMC 1211, but with their own vendor ID. Update the device list to support this NIC. (Discovered these cards lying around the lab at work.)
This commit is contained in:
parent
16da08982b
commit
34f26534d1
@ -152,6 +152,8 @@ static struct rl_type rl_devs[] = {
|
||||
"Addtron Technolgy 8139 10/100BaseTX" },
|
||||
{ DLINK_VENDORID, DLINK_DEVICEID_530TXPLUS,
|
||||
"D-Link DFE-530TX+ 10/100BaseTX" },
|
||||
{ NORTEL_VENDORID, ACCTON_DEVICEID_5030,
|
||||
"Nortel Networks 10/100BaseTX" },
|
||||
{ 0, 0, NULL }
|
||||
};
|
||||
|
||||
|
@ -432,6 +432,11 @@ struct rl_softc {
|
||||
*/
|
||||
#define ACCTON_DEVICEID_5030 0x1211
|
||||
|
||||
/*
|
||||
* Nortel PCI vendor ID
|
||||
*/
|
||||
#define NORTEL_VENDORID 0x126C
|
||||
|
||||
/*
|
||||
* Delta Electronics Vendor ID.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user