This commit is contained in:
cube 2004-09-30 21:59:06 +00:00
parent 331512aeeb
commit 000afe4614
2 changed files with 50 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.653 2004/09/18 08:48:29 martin Exp $ */
/* $NetBSD: pcidevs.h,v 1.654 2004/09/30 21:59:06 cube Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.651 2004/09/18 08:47:46 martin Exp
* NetBSD: pcidevs,v 1.652 2004/09/30 21:58:26 cube Exp
*/
/*
@ -1761,10 +1761,19 @@
#define PCI_PRODUCT_INTEL_82801EB_HPB 0x2573 /* 82801EB Hub-PCI Bridge */
#define PCI_PRODUCT_INTEL_82875P_HB 0x2578 /* 82875P Host */
#define PCI_PRODUCT_INTEL_82875P_AGP 0x2579 /* 82875P AGP */
#define PCI_PRODUCT_INTEL_82875P_CSA 0x257b /* 82875P PCI-CSA Bridge */
#define PCI_PRODUCT_INTEL_82915P_HB 0x2584 /* 82915P Host */
#define PCI_PRODUCT_INTEL_82915P_EXP 0x2585 /* 82915P PCI Express Bridge */
#define PCI_PRODUCT_INTEL_6300ESB_LPC 0x25a1 /* 6300ESB LPC Interface Bridge */
#define PCI_PRODUCT_INTEL_6300ESB_IDE 0x25a2 /* 6300ESB IDE Controller */
#define PCI_PRODUCT_INTEL_6300ESB_SATA 0x25a3 /* 6300ESB SATA Controller */
#define PCI_PRODUCT_INTEL_6300ESB_SMB 0x25a4 /* 6300ESB SMBus Controller */
#define PCI_PRODUCT_INTEL_6300ESB_USB_0 0x25a9 /* 6300ESB USB UHCI Controller #0 */
#define PCI_PRODUCT_INTEL_6300ESB_USB_1 0x25aa /* 6300ESB USB UHCI Controller #1 */
#define PCI_PRODUCT_INTEL_6300ESB_WDT 0x25ab /* 6300ESB Watchdog Timer */
#define PCI_PRODUCT_INTEL_6300ESB_APIC 0x25ac /* 6300ESB Advanced Interrupt Controller */
#define PCI_PRODUCT_INTEL_6300ESB_EHCI 0x25ad /* 6300ESB USB EHCI Controller */
#define PCI_PRODUCT_INTEL_6300ESB_PCIX 0x25ae /* 6300ESB PCI-X Bridge */
#define PCI_PRODUCT_INTEL_82801FB_LPC 0x2640 /* 82801FB LPC Interface Bridge */
#define PCI_PRODUCT_INTEL_82801FR_SATA 0x2652 /* 82801FR Serial ATA Controller */
#define PCI_PRODUCT_INTEL_82801FB_USB_0 0x2658 /* 82801FB/FR USB UHCI Controller #0 */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.651 2004/09/18 08:48:29 martin Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.652 2004/09/30 21:59:06 cube Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.651 2004/09/18 08:47:46 martin Exp
* NetBSD: pcidevs,v 1.652 2004/09/30 21:58:26 cube Exp
*/
/*
@ -5955,6 +5955,10 @@ const struct pci_product pci_products[] = {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82875P_AGP,
"82875P AGP",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82875P_CSA,
"82875P PCI-CSA Bridge",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82915P_HB,
"82915P Host",
@ -5963,6 +5967,10 @@ const struct pci_product pci_products[] = {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82915P_EXP,
"82915P PCI Express Bridge",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6300ESB_LPC,
"6300ESB LPC Interface Bridge",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6300ESB_IDE,
"6300ESB IDE Controller",
@ -5971,6 +5979,34 @@ const struct pci_product pci_products[] = {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6300ESB_SATA,
"6300ESB SATA Controller",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6300ESB_SMB,
"6300ESB SMBus Controller",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6300ESB_USB_0,
"6300ESB USB UHCI Controller #0",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6300ESB_USB_1,
"6300ESB USB UHCI Controller #1",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6300ESB_WDT,
"6300ESB Watchdog Timer",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6300ESB_APIC,
"6300ESB Advanced Interrupt Controller",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6300ESB_EHCI,
"6300ESB USB EHCI Controller",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6300ESB_PCIX,
"6300ESB PCI-X Bridge",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801FB_LPC,
"82801FB LPC Interface Bridge",
@ -9668,4 +9704,4 @@ const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 1841;
const int pci_nproducts = 1850;