summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-05-10 21:41:03 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-05-10 21:41:03 +0000
commitd531e46cbb1c8cb61c37fe111c3d143ca6ae695f (patch)
treeffb4857555ab62960968b1f89488833737a9a0a2 /sys/dev
parent25b4fb930760dc096fd3cbdb53fc14db2e5da7c7 (diff)
sync
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h6
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index dddb16013b8..bb7c7195811 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.506 2002/05/02 16:09:44 jason Exp
+ * OpenBSD: pcidevs,v 1.507 2002/05/10 21:40:03 jason Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -560,6 +560,7 @@
#define PCI_VENDOR_ATHEROS 0x168c /* Atheros */
#define PCI_VENDOR_GLOBALSUN 0x16ab /* Global Sun */
#define PCI_VENDOR_USR2 0x16ec /* US Robotics */
+#define PCI_VENDOR_NETOCTAVE 0x170b /* Netoctave */
#define PCI_VENDOR_ALTIMA 0x173b /* Altima */
#define PCI_VENDOR_ANTARES 0x1754 /* Antares Microsystems */
#define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs */
@@ -1597,6 +1598,9 @@
#define PCI_PRODUCT_CMI_CMI8738B 0x0112 /* CMI8738B Audio */
#define PCI_PRODUCT_CMI_HSP56 0x0211 /* HSP56 AMR */
+/* Netoctave */
+#define PCI_PRODUCT_NETOCTAVE_NSP2K 0x0100 /* NSP2K */
+
/* NetVin */
#define PCI_PRODUCT_NETVIN_NV5000 0x5000 /* NetVin 5000 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index bd60c1fac68..a2093367a24 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.506 2002/05/02 16:09:44 jason Exp
+ * OpenBSD: pcidevs,v 1.507 2002/05/10 21:40:03 jason Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -3139,6 +3139,10 @@ static const struct pci_known_product pci_known_products[] = {
"HSP56 AMR",
},
{
+ PCI_VENDOR_NETOCTAVE, PCI_PRODUCT_NETOCTAVE_NSP2K,
+ "NSP2K",
+ },
+ {
PCI_VENDOR_NETVIN, PCI_PRODUCT_NETVIN_NV5000,
"NetVin 5000",
},
@@ -7291,6 +7295,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"US Robotics",
},
{
+ PCI_VENDOR_NETOCTAVE,
+ "Netoctave",
+ },
+ {
PCI_VENDOR_ALTIMA,
"Altima",
},