regen for VT82xx HDA

This commit is contained in:
kent 2006-07-13 04:00:13 +00:00
parent 656314001f
commit c02a4b5cc3
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.804 2006/07/07 01:22:31 simonb Exp $ */
/* $NetBSD: pcidevs.h,v 1.805 2006/07/13 04:00:13 kent Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.805 2006/07/07 01:21:37 simonb Exp
* NetBSD: pcidevs,v 1.806 2006/07/13 03:59:29 kent Exp
*/
/*
@ -3322,6 +3322,7 @@
#define PCI_PRODUCT_VIATECH_VT8377 0x3189 /* VT8377 Apollo KT400 CPU to PCI Bridge */
#define PCI_PRODUCT_VIATECH_VT8378 0x3205 /* VT8378 Apollo KM400 CPU to PCI Bridge */
#define PCI_PRODUCT_VIATECH_VT8237 0x3227 /* VT8237 (Apollo KT600) PCI-ISA Bridge */
#define PCI_PRODUCT_VIATECH_VT8237A_HDA 0x3288 /* VT8237A/VT8251 High Definition Audio Controller */
#define PCI_PRODUCT_VIATECH_KT880_4 0x4269 /* KT880 CPU to PCI Bridge */
#define PCI_PRODUCT_VIATECH_VT86C100A 0x6100 /* VT86C100A (Rhine-II) 10/100 Ethernet */
#define PCI_PRODUCT_VIATECH_VT8378_IG 0x7205 /* VT8378 KM400 UniChrome Integrated Graphics */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.803 2006/07/07 01:22:31 simonb Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.804 2006/07/13 04:00:13 kent Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.805 2006/07/07 01:21:37 simonb Exp
* NetBSD: pcidevs,v 1.806 2006/07/13 03:59:29 kent Exp
*/
/*
@ -11223,6 +11223,10 @@ static const struct pci_product pci_products[] = {
PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8237,
"VT8237 (Apollo KT600) PCI-ISA Bridge",
},
{
PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8237A_HDA,
"VT8237A/VT8251 High Definition Audio Controller",
},
{
PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_KT880_4,
"KT880 CPU to PCI Bridge",
@ -11760,4 +11764,4 @@ static const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 2347;
const int pci_nproducts = 2348;