diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index a062ba545447..ab121cd586d7 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.526 2003/04/13 01:53:21 explorer Exp $ */ +/* $NetBSD: pcidevs.h,v 1.527 2003/04/15 21:43:56 rjs Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.523 2003/04/13 01:53:00 explorer Exp + * NetBSD: pcidevs,v 1.524 2003/04/15 21:32:28 rjs Exp */ /* @@ -519,6 +519,7 @@ #define PCI_VENDOR_TRANSMETA 0x1279 /* Transmeta Corp */ #define PCI_VENDOR_ROCKWELL 0x127a /* Rockwell Semiconductor Systems */ #define PCI_VENDOR_DAVICOM 0x1282 /* Davicom Semiconductor */ +#define PCI_VENDOR_ITE 0x1283 /* Integrated Technology Express, Inc. */ #define PCI_VENDOR_ESSTECH2 0x1285 /* ESS Technology, Inc. */ #define PCI_VENDOR_TRITECH 0x1292 /* TriTech Microelectronics */ #define PCI_VENDOR_KOFAX 0x1296 /* Kofax Image Products */ @@ -1580,6 +1581,9 @@ /* Invertex */ #define PCI_PRODUCT_INVERTEX_AEON 0x0005 /* AEON */ +/* ITE products */ +#define PCI_PRODUCT_ITE_IT8152 0x8152 /* IT8152 Host Bridge */ + /* 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 81c11c000143..ffe13b765b05 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs_data.h,v 1.524 2003/04/13 01:53:21 explorer Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.525 2003/04/15 21:43:57 rjs Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.523 2003/04/13 01:53:00 explorer Exp + * NetBSD: pcidevs,v 1.524 2003/04/15 21:32:28 rjs Exp */ /* @@ -4617,6 +4617,12 @@ const struct pci_knowndev pci_knowndevs[] = { "Invertex", "AEON", }, + { + PCI_VENDOR_ITE, PCI_PRODUCT_ITE_IT8152, + 0, + "Integrated Technology Express, Inc.", + "IT8152 Host Bridge", + }, { PCI_VENDOR_ITT, PCI_PRODUCT_ITT_AGX016, 0, @@ -11721,6 +11727,12 @@ const struct pci_knowndev pci_knowndevs[] = { "Davicom Semiconductor", NULL, }, + { + PCI_VENDOR_ITE, 0, + PCI_KNOWNDEV_NOPROD, + "Integrated Technology Express, Inc.", + NULL, + }, { PCI_VENDOR_ESSTECH2, 0, PCI_KNOWNDEV_NOPROD,