summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-04-17 05:04:51 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-04-17 05:04:51 +0000
commit15693ce777e4923c4109f3dd088f9f055f0e3458 (patch)
treef4e39ac817cd809877e6bdb85a8e2111ae1c7e6a /sys/dev
parent553695ea058692c5bb72ed9b33027c70dc1977a0 (diff)
regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h7
-rw-r--r--sys/dev/pci/pcidevs_data.h14
2 files changed, 19 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 4c80de8bf34..9a0c520325d 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.1056 2006/04/17 01:45:35 jsg Exp
+ * OpenBSD: pcidevs,v 1.1057 2006/04/17 05:03:37 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -289,6 +289,7 @@
#define PCI_VENDOR_INDCOMPSRC 0x494f /* Industrial Computer Source */
#define PCI_VENDOR_NETVIN 0x4a14 /* NetVin */
#define PCI_VENDOR_GEMTEK 0x5046 /* Gemtek */
+#define PCI_VENDOR_TURTLEBEACH 0x5053 /* Turtle Beach */
#define PCI_VENDOR_S3 0x5333 /* S3 */
#define PCI_VENDOR_C4T 0x6374 /* c't Magazin */
#define PCI_VENDOR_INTEL 0x8086 /* Intel */
@@ -1081,6 +1082,7 @@
#define PCI_PRODUCT_CIRRUS_CS4610 0x6001 /* CS4610 SoundFusion */
#define PCI_PRODUCT_CIRRUS_CS4615 0x6004 /* CS4615 */
#define PCI_PRODUCT_CIRRUS_CS4280 0x6003 /* CS4280/46xx CrystalClear */
+#define PCI_PRODUCT_CIRRUS_CS4615 0x6004 /* CS4615 */
#define PCI_PRODUCT_CIRRUS_CS4281 0x6005 /* CS4281 CrystalClear */
/* CMD Technology products -- info gleaned from www.cmd.com */
@@ -3230,6 +3232,9 @@
#define PCI_PRODUCT_TVIA_CP5202 0x5202 /* CyberPro 5202 */
#define PCI_PRODUCT_TVIA_CP5252 0x5252 /* CyberPro 5252 */
+/* Turtle Beach products */
+#define PCI_PRODUCT_TURTLEBEACH_SANTA_CRUZ 0x3357 /* Santa Cruz */
+
/* UMC products */
#define PCI_PRODUCT_UMC_UM82C881 0x0001 /* UM82C881 486 */
#define PCI_PRODUCT_UMC_UM82C886 0x0002 /* UM82C886 ISA */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 9f30118dc3d..281545aabcd 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.1056 2006/04/17 01:45:35 jsg Exp
+ * OpenBSD: pcidevs,v 1.1057 2006/04/17 05:03:37 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2719,6 +2719,10 @@ static const struct pci_known_product pci_known_products[] = {
"CS4280/46xx CrystalClear",
},
{
+ PCI_VENDOR_CIRRUS, PCI_PRODUCT_CIRRUS_CS4615,
+ "CS4615",
+ },
+ {
PCI_VENDOR_CIRRUS, PCI_PRODUCT_CIRRUS_CS4281,
"CS4281 CrystalClear",
},
@@ -9951,6 +9955,10 @@ static const struct pci_known_product pci_known_products[] = {
"CyberPro 5252",
},
{
+ PCI_VENDOR_TURTLEBEACH, PCI_PRODUCT_TURTLEBEACH_SANTA_CRUZ,
+ "Santa Cruz",
+ },
+ {
PCI_VENDOR_UMC, PCI_PRODUCT_UMC_UM82C881,
"UM82C881 486",
},
@@ -12063,6 +12071,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"Gemtek",
},
{
+ PCI_VENDOR_TURTLEBEACH,
+ "Turtle Beach",
+ },
+ {
PCI_VENDOR_S3,
"S3",
},