summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h7
-rw-r--r--sys/dev/pci/pcidevs_data.h22
2 files changed, 27 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index a4d65f6e4d6..b1aa7504fd7 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.529 2002/07/18 17:24:04 mickey Exp
+ * OpenBSD: pcidevs,v 1.530 2002/07/26 20:32:06 drahn Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -854,6 +854,11 @@
#define PCI_PRODUCT_APPLE_UNINORTH2 0x002e /* Uni-N2 Host */
#define PCI_PRODUCT_APPLE_UNINORTH2ETH 0x002f /* Uni-N2 Host */
#define PCI_PRODUCT_APPLE_PANGEA_FW 0x0030 /* Pangea FireWire */
+#define PCI_PRODUCT_APPLE_UNINORTH_FW 0x0031 /* UniNorth Firewire */
+#define PCI_PRODUCT_APPLE_GMAC3 0x0032 /* GMAC Ethernet */
+#define PCI_PRODUCT_APPLE_UNINORTH_AGP3 0x0034 /* UniNorth AGP Bridge */
+#define PCI_PRODUCT_APPLE_UNINORTH5 0x0035 /* UniNorth Host-PCI Bridge */
+#define PCI_PRODUCT_APPLE_UNINORTH6 0x0036 /* UniNorth Host-PCI Bridge */
/* ARC Logic products */
#define PCI_PRODUCT_ARC_1000PV 0xa091 /* 1000PV */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index e6d18380d0b..755f00f9a90 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.529 2002/07/18 17:24:04 mickey Exp
+ * OpenBSD: pcidevs,v 1.530 2002/07/26 20:32:06 drahn Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -871,6 +871,26 @@ static const struct pci_known_product pci_known_products[] = {
"Pangea FireWire",
},
{
+ PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH_FW,
+ "UniNorth Firewire",
+ },
+ {
+ PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_GMAC3,
+ "GMAC Ethernet",
+ },
+ {
+ PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH_AGP3,
+ "UniNorth AGP Bridge",
+ },
+ {
+ PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH5,
+ "UniNorth Host-PCI Bridge",
+ },
+ {
+ PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH6,
+ "UniNorth Host-PCI Bridge",
+ },
+ {
PCI_VENDOR_ARC, PCI_PRODUCT_ARC_1000PV,
"1000PV",
},