From 8bc39162097ed2270894f93ef017a6f5ba2ad142 Mon Sep 17 00:00:00 2001 From: ichiro Date: Sun, 10 Feb 2008 10:59:44 +0000 Subject: [PATCH] regen --- sys/dev/pci/pcidevs.h | 7 +++++-- sys/dev/pci/pcidevs_data.h | 18 +++++++++++++++--- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 1c36e6ad40e3..012a7dffd85e 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.928 2008/02/05 18:22:31 ichiro Exp $ */ +/* $NetBSD: pcidevs.h,v 1.929 2008/02/10 10:59:44 ichiro Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.927 2008/02/05 18:22:09 ichiro Exp + * NetBSD: pcidevs,v 1.928 2008/02/10 10:59:18 ichiro Exp */ /* @@ -2487,6 +2487,9 @@ #define PCI_PRODUCT_INTEL_82965PM_HB 0x2a00 /* 82965PM Host Bridge */ #define PCI_PRODUCT_INTEL_82965PM_IGD 0x2a02 /* 82965PM Integrated Graphics Device */ #define PCI_PRODUCT_INTEL_82965PM_IGD_1 0x2a03 /* 82965PM Integrated Graphics Device */ +#define PCI_PRODUCT_INTEL_82965PM_MEI 0x2a04 /* 82965PM MEI Controller */ +#define PCI_PRODUCT_INTEL_82965PM_IDE 0x2a06 /* 82965PM IDE Interface */ +#define PCI_PRODUCT_INTEL_82965PM_KT 0x2a07 /* 82965PM Serial Interface */ #define PCI_PRODUCT_INTEL_31244 0x3200 /* 31244 Serial ATA Controller */ #define PCI_PRODUCT_INTEL_82855PM_DDR 0x3340 /* 82855PM MCH Host Controller */ #define PCI_PRODUCT_INTEL_82855PM_AGP 0x3341 /* 82855PM Host-AGP Bridge */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index a5c99f1bd824..42ba511ef59f 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs_data.h,v 1.927 2008/02/05 18:22:32 ichiro Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.928 2008/02/10 10:59:44 ichiro Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.927 2008/02/05 18:22:09 ichiro Exp + * NetBSD: pcidevs,v 1.928 2008/02/10 10:59:18 ichiro Exp */ /* @@ -8791,6 +8791,18 @@ static const struct pci_product pci_products[] = { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965PM_IGD_1, "82965PM Integrated Graphics Device", }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965PM_MEI, + "82965PM MEI Controller", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965PM_IDE, + "82965PM IDE Interface", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965PM_KT, + "82965PM Serial Interface", + }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_31244, "31244 Serial ATA Controller", @@ -14008,4 +14020,4 @@ static const struct pci_product pci_products[] = { "Video Controller", }, }; -const int pci_nproducts = 2903; +const int pci_nproducts = 2906;