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:
wpaul 2002-04-11 06:12:51 +00:00
parent 16da08982b
commit 34f26534d1
2 changed files with 7 additions and 0 deletions

View File

@ -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 }
};

View File

@ -432,6 +432,11 @@ struct rl_softc {
*/
#define ACCTON_DEVICEID_5030 0x1211
/*
* Nortel PCI vendor ID
*/
#define NORTEL_VENDORID 0x126C
/*
* Delta Electronics Vendor ID.
*/