summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rl.c
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2002-04-11 06:12:51 +0000
committerwpaul <wpaul@FreeBSD.org>2002-04-11 06:12:51 +0000
commit34f26534d17cbb44e9ec0d9a91eb90052c06a8d8 (patch)
tree57fbcc1fff378f8c0f5a5be53c18a22b4b3251d4 /sys/pci/if_rl.c
parent16da08982b04bd00105775a2250961bd90aef9f9 (diff)
downloadFreeBSD-src-34f26534d17cbb44e9ec0d9a91eb90052c06a8d8.zip
FreeBSD-src-34f26534d17cbb44e9ec0d9a91eb90052c06a8d8.tar.gz
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.)
Diffstat (limited to 'sys/pci/if_rl.c')
-rw-r--r--sys/pci/if_rl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c
index a08e561..198f802 100644
--- a/sys/pci/if_rl.c
+++ b/sys/pci/if_rl.c
@@ -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 }
};
OpenPOWER on IntegriCloud