Module Name: src Committed By: bouyer Date: Tue May 5 18:21:43 UTC 2009
Modified Files: src/sys/dev/pci [netbsd-5]: pcidevs.h pcidevs_data.h Log Message: Regen for ticket 737 To generate a diff of this commit: cvs rdiff -u -r1.963.4.2 -r1.963.4.3 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.962.4.2 -r1.962.4.3 src/sys/dev/pci/pcidevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/pci/pcidevs.h diff -u src/sys/dev/pci/pcidevs.h:1.963.4.2 src/sys/dev/pci/pcidevs.h:1.963.4.3 --- src/sys/dev/pci/pcidevs.h:1.963.4.2 Sun May 3 23:16:22 2009 +++ src/sys/dev/pci/pcidevs.h Tue May 5 18:21:41 2009 @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.963.4.2 2009/05/03 23:16:22 snj Exp $ */ +/* $NetBSD: pcidevs.h,v 1.963.4.3 2009/05/05 18:21:41 bouyer Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.962.4.2 2009/05/03 23:14:57 snj Exp + * NetBSD: pcidevs,v 1.962.4.3 2009/05/05 18:17:57 bouyer Exp */ /* @@ -2501,12 +2501,16 @@ #define PCI_PRODUCT_INTEL_82801IH_LPC 0x2912 /* 82801IH LPC Interface Bridge */ #define PCI_PRODUCT_INTEL_82801IO_LPC 0x2914 /* 82801IO LPC Interface Bridge */ #define PCI_PRODUCT_INTEL_82801IR_LPC 0x2916 /* 82801IR LPC Interface Bridge */ +#define PCI_PRODUCT_INTEL_82801IEM_LPC 0x2917 /* 82801IEM LPC Interface Bridge */ #define PCI_PRODUCT_INTEL_82801IB_LPC 0x2918 /* 82801IB LPC Interface Bridge */ +#define PCI_PRODUCT_INTEL_82801IM_LPC 0x2919 /* 82801IM LPC Interface Bridge */ #define PCI_PRODUCT_INTEL_82801I_SATA_1 0x2920 /* 82801I SATA Controller with 4 ports */ #define PCI_PRODUCT_INTEL_82801I_SATA_2 0x2921 /* 82801I SATA Controller with 2 ports */ #define PCI_PRODUCT_INTEL_82801I_SATA_AHCI6 0x2922 /* 82801I AHCI SATA Controller with 6 ports */ #define PCI_PRODUCT_INTEL_82801I_SATA_AHCI4 0x2923 /* 82801I AHCI SATA Controller with 4 ports */ #define PCI_PRODUCT_INTEL_82801I_SATA_3 0x2926 /* 82801I SATA Controller with 2 ports */ +#define PCI_PRODUCT_INTEL_82801I_SATA_4 0x2928 /* 82801I Mobile AHCI SATA Controller with 2 ports */ +#define PCI_PRODUCT_INTEL_82801I_SATA_5 0x2929 /* 82801I Mobile AHCI SATA Controller with 4 ports */ #define PCI_PRODUCT_INTEL_82801I_SMB 0x2930 /* 82801I SMBus Controller */ #define PCI_PRODUCT_INTEL_82801I_THERMAL 0x2932 /* 82801I Thermal Controller */ #define PCI_PRODUCT_INTEL_82801I_USB_1 0x2934 /* 82801I USB UHCI Controller */ @@ -2527,6 +2531,9 @@ #define PCI_PRODUCT_INTEL_82801I_IGP_C 0x294c /* 82801I (C) LAN Controller */ #define PCI_PRODUCT_INTEL_82946GZ_HB 0x2970 /* 82946GZ Host Bridge */ #define PCI_PRODUCT_INTEL_82946GZ_IGD 0x2972 /* 82946GZ Integrated Graphics Device */ +#define PCI_PRODUCT_INTEL_82G35_HB 0x2980 /* 82G35 Host Bridge */ +#define PCI_PRODUCT_INTEL_82G35_IGD 0x2982 /* 82G35 Integrated Graphics Device */ +#define PCI_PRODUCT_INTEL_82G35_IGD_1 0x2983 /* 82G35 Integrated Graphics Device */ #define PCI_PRODUCT_INTEL_82965Q_HB 0x2990 /* 82965Q Host Bridge */ #define PCI_PRODUCT_INTEL_82965Q_EXP 0x2991 /* 82965Q PCI Express Bridge */ #define PCI_PRODUCT_INTEL_82965Q_IGD 0x2992 /* 82965Q Integrated Graphics Device */ @@ -2555,6 +2562,15 @@ #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_82GM45_HB 0x2a40 /* 82GM45 Host Bridge */ +#define PCI_PRODUCT_INTEL_82GM45_IGD 0x2a42 /* 82GM45 Integrated Graphics Device */ +#define PCI_PRODUCT_INTEL_82GM45_IGD_1 0x2a43 /* 82GM45 Integrated Graphics Device */ +#define PCI_PRODUCT_INTEL_82IGD_E_HB 0x2e00 /* 82IGD_E Host Bridge */ +#define PCI_PRODUCT_INTEL_82IGD_E_IGD 0x2e02 /* 82IGD_E Integrated Graphics */ +#define PCI_PRODUCT_INTEL_82Q45_HB 0x2e10 /* 82Q45 Host Bridge */ +#define PCI_PRODUCT_INTEL_82Q45_IGD 0x2e12 /* 82Q45 Integrated Graphics Device */ +#define PCI_PRODUCT_INTEL_82G45_HB 0x2e20 /* 82G45 Host Bridge */ +#define PCI_PRODUCT_INTEL_82G45_IGD 0x2e22 /* 82G45 Integrated Graphics Device */ #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 */ Index: src/sys/dev/pci/pcidevs_data.h diff -u src/sys/dev/pci/pcidevs_data.h:1.962.4.2 src/sys/dev/pci/pcidevs_data.h:1.962.4.3 --- src/sys/dev/pci/pcidevs_data.h:1.962.4.2 Sun May 3 23:16:22 2009 +++ src/sys/dev/pci/pcidevs_data.h Tue May 5 18:21:41 2009 @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs_data.h,v 1.962.4.2 2009/05/03 23:16:22 snj Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.962.4.3 2009/05/05 18:21:41 bouyer Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.962.4.2 2009/05/03 23:14:57 snj Exp + * NetBSD: pcidevs,v 1.962.4.3 2009/05/05 18:17:57 bouyer Exp */ /* @@ -8832,10 +8832,18 @@ "82801IR LPC Interface Bridge", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801IEM_LPC, + "82801IEM LPC Interface Bridge", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801IB_LPC, "82801IB LPC Interface Bridge", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801IM_LPC, + "82801IM LPC Interface Bridge", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801I_SATA_1, "82801I SATA Controller with 4 ports", }, @@ -8856,6 +8864,14 @@ "82801I SATA Controller with 2 ports", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801I_SATA_4, + "82801I Mobile AHCI SATA Controller with 2 ports", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801I_SATA_5, + "82801I Mobile AHCI SATA Controller with 4 ports", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801I_SMB, "82801I SMBus Controller", }, @@ -8936,6 +8952,18 @@ "82946GZ Integrated Graphics Device", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82G35_HB, + "82G35 Host Bridge", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82G35_IGD, + "82G35 Integrated Graphics Device", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82G35_IGD_1, + "82G35 Integrated Graphics Device", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965Q_HB, "82965Q Host Bridge", }, @@ -9048,6 +9076,42 @@ "82965PM Serial Interface", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82GM45_HB, + "82GM45 Host Bridge", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82GM45_IGD, + "82GM45 Integrated Graphics Device", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82GM45_IGD_1, + "82GM45 Integrated Graphics Device", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82IGD_E_HB, + "82IGD_E Host Bridge", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82IGD_E_IGD, + "82IGD_E Integrated Graphics", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82Q45_HB, + "82Q45 Host Bridge", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82Q45_IGD, + "82Q45 Integrated Graphics Device", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82G45_HB, + "82G45 Host Bridge", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82G45_IGD, + "82G45 Integrated Graphics Device", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_31244, "31244 Serial ATA Controller", }, @@ -14516,4 +14580,4 @@ "Video Controller", }, }; -const int pci_nproducts = 3028; +const int pci_nproducts = 3044;