From 917b2822441258b0fc43b919862684ed7cf75cb0 Mon Sep 17 00:00:00 2001 From: rh Date: Mon, 2 May 2005 03:37:01 +0000 Subject: [PATCH] regen --- sys/dev/pci/pcidevs.h | 9 +++++++-- sys/dev/pci/pcidevs_data.h | 20 ++++++++++++++++---- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 0c108bc525ea..62856683eba7 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.707 2005/04/20 21:34:36 bouyer Exp $ */ +/* $NetBSD: pcidevs.h,v 1.708 2005/05/02 03:37:01 rh Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.706 2005/04/20 21:33:39 bouyer Exp + * NetBSD: pcidevs,v 1.707 2005/05/02 03:36:22 rh Exp */ /* @@ -554,6 +554,7 @@ #define PCI_VENDOR_CMEDIA 0x13f6 /* C-Media Electronics */ #define PCI_VENDOR_LAVA 0x1407 /* Lava Semiconductor Manufacturing */ #define PCI_VENDOR_ETIMEDIA 0x1409 /* eTIMedia Technology */ +#define PCI_VENDOR_ICENSEMBLE 0x1412 /* IC Ensemble / VIA Technologies */ #define PCI_VENDOR_MICROSOFT 0x1414 /* Microsoft */ #define PCI_VENDOR_OXFORDSEMI 0x1415 /* Oxford Semiconductor */ #define PCI_VENDOR_TAMARACK 0x143d /* Tamarack Microelectronics */ @@ -1594,6 +1595,10 @@ #define PCI_PRODUCT_IBM_133PCIX 0x01a7 /* 133 PCI-X Bridge */ #define PCI_PRODUCT_IBM_MPIC2 0xffff /* MPIC-II */ +/* IC Ensemble / VIA Technologies products */ +#define PCI_PRODUCT_ICENSEMBLE_ICE1712 0x1712 /* Envy24 Multichannel Audio Controller */ +#define PCI_PRODUCT_ICENSEMBLE_VT1720 0x1724 /* Envy24PT/HT Multi-Channel Audio Controller */ + /* Conexant (iCompression, GlobeSpan) products */ #define PCI_PRODUCT_ICOMPRESSION_ITVC15 0x0803 /* iTVC15 MPEG2 codec */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 522f2b0dc818..338ee875a896 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.705 2005/04/20 21:34:37 bouyer Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.706 2005/05/02 03:37:01 rh Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.706 2005/04/20 21:33:39 bouyer Exp + * NetBSD: pcidevs,v 1.707 2005/05/02 03:36:22 rh Exp */ /* @@ -2027,6 +2027,10 @@ const struct pci_vendor pci_vendors[] = { PCI_VENDOR_ETIMEDIA, "eTIMedia Technology", }, + { + PCI_VENDOR_ICENSEMBLE, + "IC Ensemble / VIA Technologies", + }, { PCI_VENDOR_MICROSOFT, "Microsoft", @@ -2312,7 +2316,7 @@ const struct pci_vendor pci_vendors[] = { "INVALID VENDOR ID", }, }; -const int pci_nvendors = 568; +const int pci_nvendors = 569; const struct pci_product pci_products[] = { { @@ -5331,6 +5335,14 @@ const struct pci_product pci_products[] = { PCI_VENDOR_IBM, PCI_PRODUCT_IBM_MPIC2, "MPIC-II", }, + { + PCI_VENDOR_ICENSEMBLE, PCI_PRODUCT_ICENSEMBLE_ICE1712, + "Envy24 Multichannel Audio Controller", + }, + { + PCI_VENDOR_ICENSEMBLE, PCI_PRODUCT_ICENSEMBLE_VT1720, + "Envy24PT/HT Multi-Channel Audio Controller", + }, { PCI_VENDOR_ICOMPRESSION, PCI_PRODUCT_ICOMPRESSION_ITVC15, "iTVC15 MPEG2 codec", @@ -10144,4 +10156,4 @@ const struct pci_product pci_products[] = { "Video Controller", }, }; -const int pci_nproducts = 1957; +const int pci_nproducts = 1959;