On Thu, 17 Jun 2010 13:24:10 +0200 Dawe <dawed...@gmx.de> wrote: > Please tell me if I can help to get intagp working on this machine. >
Sorry, I got confused over all this core stuff. This is the pci bridge not the graphics itself. Index: pcidevs =================================================================== RCS file: /cvs/src/sys/dev/pci/pcidevs,v retrieving revision 1.1557 diff -u -p -r1.1557 pcidevs --- pcidevs 24 May 2010 20:36:29 -0000 1.1557 +++ pcidevs 17 Jun 2010 15:09:14 -0000 @@ -2191,9 +2191,10 @@ product IMS TT3D 0x9135 Twin Turbo 3D /* Intel products */ product INTEL EESISA 0x0008 EES ISA product INTEL 21145 0x0039 21145 -product INTEL CORE_HB 0x0040 Core Host +product INTEL CORE_HB_1 0x0040 Core Host product INTEL CORE_PCIE_0 0x0041 Core PCIE product INTEL CLARKDALE_IGD 0x0042 Intel HD graphics +product INTEL CORE_HB_2 0x0044 Core Host product INTEL ARRANDALE_IGD 0x0046 Intel HD graphics product INTEL WIFI_LINK_6005A_2X2_1 0x0082 Centrino Advanced-N 6205a product INTEL WIFI_LINK_1000_1 0x0083 WiFi Link 1000 Index: pcidevs.h =================================================================== RCS file: /cvs/src/sys/dev/pci/pcidevs.h,v retrieving revision 1.1554 diff -u -p -r1.1554 pcidevs.h --- pcidevs.h 24 May 2010 20:37:54 -0000 1.1554 +++ pcidevs.h 17 Jun 2010 15:09:21 -0000 @@ -2196,9 +2196,10 @@ /* Intel products */ #define PCI_PRODUCT_INTEL_EESISA 0x0008 /* EES ISA */ #define PCI_PRODUCT_INTEL_21145 0x0039 /* 21145 */ -#define PCI_PRODUCT_INTEL_CORE_HB 0x0040 /* Core Host */ +#define PCI_PRODUCT_INTEL_CORE_HB_1 0x0040 /* Core Host */ #define PCI_PRODUCT_INTEL_CORE_PCIE_0 0x0041 /* Core PCIE */ #define PCI_PRODUCT_INTEL_CLARKDALE_IGD 0x0042 /* Intel HD graphics */ +#define PCI_PRODUCT_INTEL_CORE_HB_2 0x0044 /* Core Host */ #define PCI_PRODUCT_INTEL_ARRANDALE_IGD 0x0046 /* Intel HD graphics */ #define PCI_PRODUCT_INTEL_WIFI_LINK_6005A_2X2_1 0x0082 /* Centrino Advanced-N 6205a */ #define PCI_PRODUCT_INTEL_WIFI_LINK_1000_1 0x0083 /* WiFi Link 1000 */ Index: pcidevs_data.h =================================================================== RCS file: /cvs/src/sys/dev/pci/pcidevs_data.h,v retrieving revision 1.1549 diff -u -p -r1.1549 pcidevs_data.h --- pcidevs_data.h 24 May 2010 20:37:54 -0000 1.1549 +++ pcidevs_data.h 17 Jun 2010 15:09:29 -0000 @@ -6468,7 +6468,7 @@ static const struct pci_known_product pc "21145", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE_HB, + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE_HB_1, "Core Host", }, { @@ -6478,6 +6478,10 @@ static const struct pci_known_product pc { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CLARKDALE_IGD, "Intel HD graphics", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE_HB_2, + "Core Host", }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ARRANDALE_IGD,