summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rlreg.h
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_rlreg.h
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_rlreg.h')
-rw-r--r--sys/pci/if_rlreg.h5
1 files changed, 5 insertions, 0 deletions
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