summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-06-02 09:34:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-06-02 09:34:11 +0000
commit5684b4c541a48609e99da27d0a104ace5b4966dd (patch)
tree61f29f64135851dcbcded45e3c54f10dd5536f55 /sys
parent5c58c672ab088cc6941c317121dfe2b866a5261a (diff)
sync
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h5
-rw-r--r--sys/dev/pci/pcidevs_data.h8
2 files changed, 11 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 581f098b0f7..9ab6a523eee 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.55 1998/05/30 06:55:46 deraadt Exp
+ * OpenBSD: pcidevs,v 1.56 1998/06/02 09:33:58 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -579,6 +579,9 @@
/* Alliance products */
#define PCI_PRODUCT_ALLIANCE_AT24 0x6424 /* AT24 */
+/* Apple products */
+#define PCI_PRODUCT_APPLE_BANDIT 0x0001 /* PCI Controller */
+
/* AMD products */
#define PCI_PRODUCT_AMD_PCNET_PCI 0x2000 /* 79c970 PCnet-PCI LANCE Ethernet */
#define PCI_PRODUCT_AMD_PCSCSI_PCI 0x2020 /* 53c974 PCscsi-PCI SCSI */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 742416533e4..9d3a6abb8bf 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.55 1998/05/30 06:55:46 deraadt Exp
+ * OpenBSD: pcidevs,v 1.56 1998/06/02 09:33:58 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -261,6 +261,12 @@ struct pci_knowndev pci_knowndevs[] = {
"AT24",
},
{
+ PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_BANDIT,
+ 0,
+ "Apple Computer",
+ "PCI Controller",
+ },
+ {
PCI_VENDOR_AMD, PCI_PRODUCT_AMD_PCNET_PCI,
0,
"Advanced Micro Devices",