summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2002-11-19 05:28:45 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2002-11-19 05:28:45 +0000
commit85c10def3b855aaae54a5d9a7b21feb4c27f6437 (patch)
tree89a559e293929a9ec96ddf3312ad8e1036e01a76 /sys
parent1f24d4e0f42cbf1626a73e180ad17762ca6bb269 (diff)
sync
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 54991343d81..74507ffda55 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.564 2002/11/17 19:27:11 jason Exp
+ * OpenBSD: pcidevs,v 1.565 2002/11/19 05:28:10 nate Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -788,6 +788,7 @@
/* Altima products */
#define PCI_PRODUCT_ALTIMA_AC100X 0x03e8 /* AC100X */
+#define PCI_PRODUCT_ALTIMA_AC9100 0x03ea /* AC9100 */
/* AMD products */
#define PCI_PRODUCT_AMD_PCNET_PCI 0x2000 /* 79c970 PCnet-PCI LANCE */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 305a51db575..5151f2a6e2a 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.564 2002/11/17 19:27:11 jason Exp
+ * OpenBSD: pcidevs,v 1.565 2002/11/19 05:28:10 nate Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -651,6 +651,10 @@ static const struct pci_known_product pci_known_products[] = {
"AC100X",
},
{
+ PCI_VENDOR_ALTIMA, PCI_PRODUCT_ALTIMA_AC9100,
+ "AC9100",
+ },
+ {
PCI_VENDOR_AMD, PCI_PRODUCT_AMD_PCNET_PCI,
"79c970 PCnet-PCI LANCE",
},