summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorrjs <rjs@NetBSD.org>2003-04-15 21:43:56 +0000
committerrjs <rjs@NetBSD.org>2003-04-15 21:43:56 +0000
commitc0cc8d30c1b6a2cb5fce7c429d96558a6162cfa2 (patch)
treeb826e800ecfa7dec00d4781847b130e56ec402fb /sys
parentf6df7f31f21e322fa4bbc22b371a4a2a0bd08ade (diff)
Regen.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h8
-rw-r--r--sys/dev/pci/pcidevs_data.h16
2 files changed, 20 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index a062ba54544..ab121cd586d 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 81c11c00014..ffe13b765b0 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
*/
/*
@@ -4618,6 +4618,12 @@ const struct pci_knowndev pci_knowndevs[] = {
"AEON",
},
{
+ PCI_VENDOR_ITE, PCI_PRODUCT_ITE_IT8152,
+ 0,
+ "Integrated Technology Express, Inc.",
+ "IT8152 Host Bridge",
+ },
+ {
PCI_VENDOR_ITT, PCI_PRODUCT_ITT_AGX016,
0,
"I. T. T.",
@@ -11722,6 +11728,12 @@ const struct pci_knowndev pci_knowndevs[] = {
NULL,
},
{
+ PCI_VENDOR_ITE, 0,
+ PCI_KNOWNDEV_NOPROD,
+ "Integrated Technology Express, Inc.",
+ NULL,
+ },
+ {
PCI_VENDOR_ESSTECH2, 0,
PCI_KNOWNDEV_NOPROD,
"ESS Technology, Inc.",