1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

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:
Bill Paul 2002-04-11 06:12:51 +00:00
parent 9698f2c06e
commit 9a29439fb9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94400
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.
*/