This commit is contained in:
tron 2003-07-06 07:13:39 +00:00
parent 6a0a69b723
commit c819e82fbe
2 changed files with 25 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.543 2003/06/28 22:55:43 bouyer Exp $ */
/* $NetBSD: pcidevs.h,v 1.544 2003/07/06 07:13:39 tron Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.542 2003/06/28 22:54:23 bouyer Exp
* NetBSD: pcidevs,v 1.543 2003/07/06 07:13:17 tron Exp
*/
/*
@ -1587,6 +1587,9 @@
#define PCI_PRODUCT_INTEL_82845G_DRAM 0x2560 /* 82845G/GL DRAM Controller / Host-Hub I/F Bridge */
#define PCI_PRODUCT_INTEL_82845G_AGP 0x2561 /* 82845G/GL Host-to-AGP Bridge */
#define PCI_PRODUCT_INTEL_82845G_IGD 0x2562 /* 82845G/GL Integrated Graphics Device */
#define PCI_PRODUCT_INTEL_82865_HB 0x2570 /* 82865 Host */
#define PCI_PRODUCT_INTEL_82865_AGP 0x2571 /* 82865 AGP */
#define PCI_PRODUCT_INTEL_82801EB_HPB 0x2573 /* 82801EB Hub-to-PCI Bridge */
#define PCI_PRODUCT_INTEL_82875P_DRAM 0x2578 /* 82875P DRAM Controller / Host-Hub Bridge */
#define PCI_PRODUCT_INTEL_82875P_AGP 0x2579 /* 82875P Host-to-AGP Bridge */
#define PCI_PRODUCT_INTEL_31244 0x3200 /* 31244 Serial ATA Controller */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.541 2003/06/28 22:55:43 bouyer Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.542 2003/07/06 07:13:40 tron Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.542 2003/06/28 22:54:23 bouyer Exp
* NetBSD: pcidevs,v 1.543 2003/07/06 07:13:17 tron Exp
*/
/*
@ -4695,6 +4695,24 @@ const struct pci_knowndev pci_knowndevs[] = {
"Intel",
"82845G/GL Integrated Graphics Device",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82865_HB,
0,
"Intel",
"82865 Host",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82865_AGP,
0,
"Intel",
"82865 AGP",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801EB_HPB,
0,
"Intel",
"82801EB Hub-to-PCI Bridge",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82875P_DRAM,
0,