diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-08-11 16:57:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-08-11 16:57:33 +0000 |
commit | e6e4d241493cfa62d6526d46c0a9779830b12d3f (patch) | |
tree | 41b76c4e71d356a96ec9ed225bd99fc775427d9f /sys/dev | |
parent | b4533cf8a12c3b29d341903f911483ea3b82e9f8 (diff) |
sync
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 18 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 6e92af83fba..8e930a1dee9 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.302 2000/08/10 16:00:26 deraadt Exp + * OpenBSD: pcidevs,v 1.303 2000/08/11 16:57:28 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -505,6 +505,7 @@ #define PCI_VENDOR_NETAPP 0x1275 /* Network Appliance */ #define PCI_VENDOR_ROCKWELL 0x127a /* Rockwell */ #define PCI_VENDOR_DAVICOM 0x1282 /* Davicom Technologies */ +#define PCI_VENDOR_ITEXPRESS 0x1283 /* ITExpress */ #define PCI_VENDOR_LUXSONOR 0x1287 /* LuxSonor */ #define PCI_VENDOR_TRITECH 0x1292 /* TriTech Microelectronics */ #define PCI_VENDOR_KOFAX 0x1296 /* Kofax Image Products */ @@ -1112,6 +1113,9 @@ /* IRE */ #define PCI_PRODUCT_IRE_ADSP2141 0x2f44 /* ADSP 2141 */ +/* ITExpress */ +#define PCI_PRODUCT_ITEXPRESS_IT8330G 0x8330 /* IT8330G */ + /* KTI */ #define PCI_PRODUCT_KTI_KTIE 0x3000 /* KTI */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 0e159e34ce0..22acadefe5a 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.302 2000/08/10 16:00:26 deraadt Exp + * OpenBSD: pcidevs,v 1.303 2000/08/11 16:57:28 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2451,6 +2451,12 @@ struct pci_knowndev pci_knowndevs[] = { "ADSP 2141", }, { + PCI_VENDOR_ITEXPRESS, PCI_PRODUCT_ITEXPRESS_IT8330G, + 0, + "ITExpress", + "IT8330G", + }, + { PCI_VENDOR_KTI, PCI_PRODUCT_KTI_KTIE, 0, "KTI", @@ -8043,6 +8049,12 @@ struct pci_knowndev pci_knowndevs[] = { NULL, }, { + PCI_VENDOR_ITEXPRESS, 0, + PCI_KNOWNDEV_NOPROD, + "ITExpress", + NULL, + }, + { PCI_VENDOR_LUXSONOR, 0, PCI_KNOWNDEV_NOPROD, "LuxSonor", |