summaryrefslogtreecommitdiffstats
path: root/sys/pci
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
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')
-rw-r--r--sys/pci/if_rl.c2
-rw-r--r--sys/pci/if_rlreg.h5
2 files changed, 7 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 }
};
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h
index 4342eb6..2e4086c 100644
--- a/sys/pci/if_rlreg.h
+++ b/sys/pci/if_rlreg.h
@@ -433,6 +433,11 @@ struct rl_softc {
#define ACCTON_DEVICEID_5030 0x1211
/*
+ * Nortel PCI vendor ID
+ */
+#define NORTEL_VENDORID 0x126C
+
+/*
* Delta Electronics Vendor ID.
*/
#define DELTA_VENDORID 0x1500
OpenPOWER on IntegriCloud