This commit is contained in:
augustss 2004-10-05 11:58:17 +00:00
parent 48f76da065
commit 30c119625c
2 changed files with 22 additions and 7 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.654 2004/09/30 21:59:06 cube Exp $ */
/* $NetBSD: pcidevs.h,v 1.655 2004/10/05 11:58:17 augustss Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.652 2004/09/30 21:58:26 cube Exp
* NetBSD: pcidevs,v 1.653 2004/10/05 11:57:22 augustss Exp
*/
/*
@ -742,10 +742,13 @@
#define PCI_PRODUCT_ALI_M4803 0x5215 /* M4803 */
#define PCI_PRODUCT_ALI_M5257 0x5257 /* M5257 PCI Software Modem */
#define PCI_PRODUCT_ALI_M5229 0x5229 /* M5229 UDMA IDE Controller */
#define PCI_PRODUCT_ALI_M5237 0x5237 /* M5237 USB Host Controller */
#define PCI_PRODUCT_ALI_M5237 0x5237 /* M5237 USB 1.1 Host Controller */
#define PCI_PRODUCT_ALI_M5239 0x5239 /* M5239 USB 2.0 Host Controller */
#define PCI_PRODUCT_ALI_M5243 0x5243 /* M5243 PCI-AGP Bridge */
#define PCI_PRODUCT_ALI_M5249 0x5249 /* M5249 Hypertransport to PCI bridge */
#define PCI_PRODUCT_ALI_M5451 0x5451 /* M5451 AC-Link Controller Audio Device */
#define PCI_PRODUCT_ALI_M5453 0x5453 /* M5453 AC-Link Controller Modem Device */
#define PCI_PRODUCT_ALI_M5455 0x5455 /* M5455 AC-Link Controller Audio Device */
#define PCI_PRODUCT_ALI_M7101 0x7101 /* M7101 Power Management Controller */
/* Adaptec products */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.652 2004/09/30 21:59:06 cube Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.653 2004/10/05 11:58:18 augustss Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.652 2004/09/30 21:58:26 cube Exp
* NetBSD: pcidevs,v 1.653 2004/10/05 11:57:22 augustss Exp
*/
/*
@ -2689,12 +2689,20 @@ const struct pci_product pci_products[] = {
},
{
PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M5237,
"M5237 USB Host Controller",
"M5237 USB 1.1 Host Controller",
},
{
PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M5239,
"M5239 USB 2.0 Host Controller",
},
{
PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M5243,
"M5243 PCI-AGP Bridge",
},
{
PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M5249,
"M5249 Hypertransport to PCI bridge",
},
{
PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M5451,
"M5451 AC-Link Controller Audio Device",
@ -2703,6 +2711,10 @@ const struct pci_product pci_products[] = {
PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M5453,
"M5453 AC-Link Controller Modem Device",
},
{
PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M5455,
"M5455 AC-Link Controller Audio Device",
},
{
PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M7101,
"M7101 Power Management Controller",
@ -9704,4 +9716,4 @@ const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 1850;
const int pci_nproducts = 1853;