summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2008-04-07 10:14:52 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2008-04-07 10:14:52 +0000
commit0d8d6d4a5bb7352660597daa80b17514017c2dbe (patch)
tree4d7a81ee968587cce9534c5747483fdb10dfa03a
parent9a73cd62dbc21bd6944a43aa41516aea784ca4b3 (diff)
regen
-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 c56484b4239..f27609139cf 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.1338 2008/04/06 00:43:43 brad Exp
+ * OpenBSD: pcidevs,v 1.1339 2008/04/07 10:13:19 dlg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -3905,6 +3905,7 @@
#define PCI_PRODUCT_SUN_US_IIi 0xa000 /* UltraSPARC IIi PCI */
#define PCI_PRODUCT_SUN_US_IIe 0xa001 /* UltraSPARC IIe PCI */
#define PCI_PRODUCT_SUN_CASSINI 0xabba /* Cassini */
+#define PCI_PRODUCT_SUN_NEPTUNE 0xabcd /* Neptune */
/* Sundance products */
#define PCI_PRODUCT_SUNDANCE_ST201_1 0x0200 /* ST201 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 80090c9fb0f..a9f408266dc 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.1338 2008/04/06 00:43:43 brad Exp
+ * OpenBSD: pcidevs,v 1.1339 2008/04/07 10:13:19 dlg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -12552,6 +12552,10 @@ static const struct pci_known_product pci_known_products[] = {
"Cassini",
},
{
+ PCI_VENDOR_SUN, PCI_PRODUCT_SUN_NEPTUNE,
+ "Neptune",
+ },
+ {
PCI_VENDOR_SUNDANCE, PCI_PRODUCT_SUNDANCE_ST201_1,
"ST201",
},