aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/if_rlreg.h
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>2002-04-11 06:12:51 +0000
committerBill Paul <wpaul@FreeBSD.org>2002-04-11 06:12:51 +0000
commit9a29439fb90d32ced7a59d89e02b52f97e5fc3d3 (patch)
tree57fbcc1fff378f8c0f5a5be53c18a22b4b3251d4 /sys/pci/if_rlreg.h
parent9698f2c06eae08297d277ed455d7a98d538e59c0 (diff)
downloadsrc-9a29439fb90d32ced7a59d89e02b52f97e5fc3d3.tar.gz
src-9a29439fb90d32ced7a59d89e02b52f97e5fc3d3.zip
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.)
Notes
Notes: svn path=/head/; revision=94400
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 4342eb6def61..2e4086ccd250 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