diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-09-12 11:17:35 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-09-12 11:17:35 +0000 |
commit | 107dbf6e0d2d26e39608398e2c3035a0e3898e95 (patch) | |
tree | 05cc0397b2ae64d0bfe638c5cb2df04ef7c23130 /sys/dev/pci/pcidevs.h | |
parent | 3eb6bcad39c0cf53632bc95efe8369218c282ea0 (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 8 |
1 files changed, 7 insertions, 1 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 */ |