This commit is contained in:
rh 2005-05-02 03:37:01 +00:00
parent e923440213
commit 917b282244
2 changed files with 23 additions and 6 deletions

View File

@ -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 */

View File

@ -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;