summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pcidevs.h
diff options
context:
space:
mode:
authormjacob <mjacob@cvs.openbsd.org>2001-04-13 00:24:10 +0000
committermjacob <mjacob@cvs.openbsd.org>2001-04-13 00:24:10 +0000
commit872eb959bab788e1eb4d2ec5c0a3ae16b1b5d8f9 (patch)
tree660cc3eca1e2eaaf022df3847c8bd07f1e7cbacf /sys/dev/pci/pcidevs.h
parentbd96b355d03905e41f93e5df00b6fbcfb9b3c6ce (diff)
Be more explicit about the Intel GigE cards.
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r--sys/dev/pci/pcidevs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 07e3f24fb10..0cd96a7cb50 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -1122,7 +1122,10 @@
#define PCI_PRODUCT_INTEL_80960RP 0x0960 /* i960 RP PCI-PCI */
#define PCI_PRODUCT_INTEL_80960RM 0x0962 /* i960 RM PCI-PCI */
#define PCI_PRODUCT_INTEL_80960RN 0x0964 /* i960 RN PCI-PCI */
-#define PCI_PRODUCT_INTEL_82452 0x1000 /* 82452 Pro/1000 */
+#define PCI_PRODUCT_INTEL_82452 0x1000 /* PRO 1000 */
+#define PCI_PRODUCT_INTEL_82452_SC 0x1001 /* PRO 1000SC */
+#define PCI_PRODUCT_INTEL_82453 0x1001 /* PRO 1000F */
+#define PCI_PRODUCT_INTEL_82453_CU 0x1004 /* PRO 1000T */
#define PCI_PRODUCT_INTEL_82815_DC100_HUB 0x1100 /* 82815 Hub */
#define PCI_PRODUCT_INTEL_82815_DC100_AGP 0x1101 /* 82815 AGP */
#define PCI_PRODUCT_INTEL_82815_DC100_GRAPH 0x1102 /* 82815 Graphics */