diff options
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 446ccb06e63..5b8110e8106 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.778 2004/10/10 05:04:29 brad Exp + * OpenBSD: pcidevs,v 1.779 2004/10/15 08:43:28 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -139,6 +139,7 @@ #define PCI_VENDOR_AMCIRCUITS 0x10e8 /* Applied Micro Circuits */ #define PCI_VENDOR_REALTEK 0x10ec /* Realtek */ #define PCI_VENDOR_NKK 0x10f5 /* NKK */ +#define PCI_VENDOR_IODATA 0x10fc /* IO Data Device Inc */ #define PCI_VENDOR_INITIO 0x1101 /* Initio */ #define PCI_VENDOR_CREATIVELABS 0x1102 /* Creative Labs */ #define PCI_VENDOR_TRIONES 0x1103 /* HighPoint */ @@ -1491,6 +1492,9 @@ /* Invertex */ #define PCI_PRODUCT_INVERTEX_AEON 0x0005 /* AEON */ +/* IO Data Device Inc products */ +#define PCI_PRODUCT_IODATA_GV_BCTV3 0x4020 /* GV-BCTV3 */ + /* I. T. T. products */ #define PCI_PRODUCT_ITT_AGX016 0x0001 /* AGX016 */ #define PCI_PRODUCT_ITT_ITT3204 0x0002 /* ITT3204 MPEG Decoder */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index b361d4ae49d..5d6effcaaa9 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.778 2004/10/10 05:04:29 brad Exp + * OpenBSD: pcidevs,v 1.779 2004/10/15 08:43:28 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4063,6 +4063,10 @@ static const struct pci_known_product pci_known_products[] = { "AEON", }, { + PCI_VENDOR_IODATA, PCI_PRODUCT_IODATA_GV_BCTV3, + "GV-BCTV3", + }, + { PCI_VENDOR_ITT, PCI_PRODUCT_ITT_AGX016, "AGX016", }, @@ -8279,6 +8283,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "NKK", }, { + PCI_VENDOR_IODATA, + "IO Data Device Inc", + }, + { PCI_VENDOR_INITIO, "Initio", }, |