summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2006-04-10 07:11:13 +0000
committerbrad <brad@openbsd.org>2006-04-10 07:11:13 +0000
commitf10c8b39e502a1d1aed0f5fa408ab09dd5834e93 (patch)
tree52e449b06ef41f124c36c6df1a0934bd45e8a897
parentadd PCI ids for the Apple Intrepid 2 Controller found on the latest (diff)
downloadwireguard-openbsd-f10c8b39e502a1d1aed0f5fa408ab09dd5834e93.tar.xz
wireguard-openbsd-f10c8b39e502a1d1aed0f5fa408ab09dd5834e93.zip
regen
-rw-r--r--sys/dev/pci/pcidevs.h8
-rw-r--r--sys/dev/pci/pcidevs_data.h26
2 files changed, 32 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 5fa5fe94afc..354008cdc19 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.1052 2006/04/09 00:51:57 brad Exp
+ * OpenBSD: pcidevs,v 1.1053 2006/04/10 07:10:29 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -709,6 +709,12 @@
#define PCI_PRODUCT_APPLE_K2 0x0057 /* K2 */
#define PCI_PRODUCT_APPLE_U3L_AGP 0x0058 /* U3L AGP */
#define PCI_PRODUCT_APPLE_K2_AGP 0x0059 /* K2 AGP */
+#define PCI_PRODUCT_APPLE_INTREPID2_AGP 0x0066 /* Intrepid 2 AGP */
+#define PCI_PRODUCT_APPLE_INTREPID2_PCI1 0x0067 /* Intrepid 2 PCI */
+#define PCI_PRODUCT_APPLE_INTREPID2_PCI2 0x0068 /* Intrepid 2 PCI */
+#define PCI_PRODUCT_APPLE_INTREPID2_ATA 0x0069 /* Intrepid 2 ATA */
+#define PCI_PRODUCT_APPLE_INTREPID2_FW 0x006a /* Intrepid 2 FireWire */
+#define PCI_PRODUCT_APPLE_INTREPID2_GMAC 0x006b /* Intrepid 2 GMAC */
#define PCI_PRODUCT_APPLE_BCM5701 0x1645 /* BCM5701 */
/* Aralion products */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 37a5423336d..0c81e65fc3c 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.1052 2006/04/09 00:51:57 brad Exp
+ * OpenBSD: pcidevs,v 1.1053 2006/04/10 07:10:29 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1423,6 +1423,30 @@ static const struct pci_known_product pci_known_products[] = {
"K2 AGP",
},
{
+ PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_INTREPID2_AGP,
+ "Intrepid 2 AGP",
+ },
+ {
+ PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_INTREPID2_PCI1,
+ "Intrepid 2 PCI",
+ },
+ {
+ PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_INTREPID2_PCI2,
+ "Intrepid 2 PCI",
+ },
+ {
+ PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_INTREPID2_ATA,
+ "Intrepid 2 ATA",
+ },
+ {
+ PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_INTREPID2_FW,
+ "Intrepid 2 FireWire",
+ },
+ {
+ PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_INTREPID2_GMAC,
+ "Intrepid 2 GMAC",
+ },
+ {
PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_BCM5701,
"BCM5701",
},