summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2005-09-12 11:17:35 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2005-09-12 11:17:35 +0000
commit107dbf6e0d2d26e39608398e2c3035a0e3898e95 (patch)
tree05cc0397b2ae64d0bfe638c5cb2df04ef7c23130
parent3eb6bcad39c0cf53632bc95efe8369218c282ea0 (diff)
regen
-rw-r--r--sys/dev/pci/pcidevs.h8
-rw-r--r--sys/dev/pci/pcidevs_data.h18
2 files changed, 24 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index dd0a7563a52..df91ef0f2e7 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.914 2005/09/10 01:04:45 brad Exp
+ * OpenBSD: pcidevs,v 1.916 2005/09/12 11:16:26 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -249,6 +249,7 @@
#define PCI_VENDOR_ZOLTRIX 0x15b0 /* Zoltrix */
#define PCI_VENDOR_EUMITCOM 0x1638 /* Eumitcom */
#define PCI_VENDOR_NETSEC 0x1660 /* NetSec */
+#define PCI_VENDOR_ZYDAS 0x167b /* ZyDAS Technology */
#define PCI_VENDOR_SAMSUNG 0x167d /* Samsung */
#define PCI_VENDOR_ATHEROS 0x168c /* Atheros */
#define PCI_VENDOR_GLOBALSUN 0x16ab /* Global Sun */
@@ -3052,3 +3053,8 @@
/* Zoran products */
#define PCI_PRODUCT_ZORAN_ZR36057 0x6057 /* TV */
#define PCI_PRODUCT_ZORAN_ZR36120 0x6120 /* DVD */
+
+/* ZyDAS Technology products */
+#define PCI_PRODUCT_ZYDAS_ZD1201 0x2100 /* ZD1201 */
+#define PCI_PRODUCT_ZYDAS_ZD1202 0x2102 /* ZD1202 */
+#define PCI_PRODUCT_ZYDAS_ZD1205 0x2105 /* ZD1205 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 0536f2d7465..8e2d58f9d46 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.914 2005/09/10 01:04:45 brad Exp
+ * OpenBSD: pcidevs,v 1.916 2005/09/12 11:16:26 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -9230,6 +9230,18 @@ static const struct pci_known_product pci_known_products[] = {
PCI_VENDOR_ZORAN, PCI_PRODUCT_ZORAN_ZR36120,
"DVD",
},
+ {
+ PCI_VENDOR_ZYDAS, PCI_PRODUCT_ZYDAS_ZD1201,
+ "ZD1201",
+ },
+ {
+ PCI_VENDOR_ZYDAS, PCI_PRODUCT_ZYDAS_ZD1202,
+ "ZD1202",
+ },
+ {
+ PCI_VENDOR_ZYDAS, PCI_PRODUCT_ZYDAS_ZD1205,
+ "ZD1205",
+ },
{ 0, 0, NULL, }
};
@@ -10027,6 +10039,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"NetSec",
},
{
+ PCI_VENDOR_ZYDAS,
+ "ZyDAS Technology",
+ },
+ {
PCI_VENDOR_SAMSUNG,
"Samsung",
},