head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q1:1.1.0.2 pkgsrc-2009Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2009.05.05.04.27.30; author joerg; state dead; branches; next 1.1; 1.1 date 2009.01.05.13.18.18; author hasso; state Exp; branches; next ; desc @@ 1.2 log @Update to xf86-video-intel-2.7.0. Too many changes to list here, but with the usual number of regressions and regression fixes, tearing for Xvideo is fixed as long as composition isn't used. @ text @$NetBSD: patch-af,v 1.1 2009/01/05 13:18:18 hasso Exp $ --- src/i810_driver.c.orig 2008-11-13 22:13:56 +0200 +++ src/i810_driver.c 2009-01-05 13:37:17 +0200 @@@@ -156,6 +156,7 @@@@ static const struct pci_id_match intel_d INTEL_DEVICE_MATCH (PCI_CHIP_IGD_E_G, 0 ), INTEL_DEVICE_MATCH (PCI_CHIP_G45_G, 0 ), INTEL_DEVICE_MATCH (PCI_CHIP_Q45_G, 0 ), + INTEL_DEVICE_MATCH (PCI_CHIP_G41_G, 0 ), { 0, 0, 0 }, }; @@@@ -212,6 +213,7 @@@@ static SymTabRec I810Chipsets[] = { {PCI_CHIP_IGD_E_G, "Intel Integrated Graphics Device"}, {PCI_CHIP_G45_G, "G45/G43"}, {PCI_CHIP_Q45_G, "Q45/Q43"}, + {PCI_CHIP_G41_G, "G41"}, {-1, NULL} }; @@@@ -245,6 +247,7 @@@@ static PciChipsets I810PciChipsets[] = { {PCI_CHIP_IGD_E_G, PCI_CHIP_IGD_E_G, RES_SHARED_VGA}, {PCI_CHIP_G45_G, PCI_CHIP_G45_G, RES_SHARED_VGA}, {PCI_CHIP_Q45_G, PCI_CHIP_Q45_G, RES_SHARED_VGA}, + {PCI_CHIP_G41_G, PCI_CHIP_G41_G, RES_SHARED_VGA}, {-1, -1, RES_UNDEFINED } }; @@@@ -812,6 +815,7 @@@@ I810Probe(DriverPtr drv, int flags) case PCI_CHIP_IGD_E_G: case PCI_CHIP_G45_G: case PCI_CHIP_Q45_G: + case PCI_CHIP_G41_G: xf86SetEntitySharable(usedChips[i]); /* Allocate an entity private if necessary */ @ 1.1 log @Backport G41 chipset support from 2.5, tested with Asus P5QPL-VM. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @