Author: qboosh Date: Fri Sep 12 21:40:56 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - wrrrr. initialize chip type even when using libpciaccess
---- Files affected: SOURCES: xorg-driver-video-tdfx-chiptype.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/xorg-driver-video-tdfx-chiptype.patch diff -u /dev/null SOURCES/xorg-driver-video-tdfx-chiptype.patch:1.1 --- /dev/null Fri Sep 12 23:40:57 2008 +++ SOURCES/xorg-driver-video-tdfx-chiptype.patch Fri Sep 12 23:40:51 2008 @@ -0,0 +1,10 @@ +--- xf86-video-tdfx-1.4.0/src/tdfx_driver.c.orig 2008-03-19 20:37:46.000000000 +0100 ++++ xf86-video-tdfx-1.4.0/src/tdfx_driver.c 2008-09-12 23:23:33.003622879 +0200 +@@ -956,6 +956,7 @@ + + #ifdef XSERVER_LIBPCIACCESS + match = pTDFX->PciInfo[0]; ++ pTDFX->ChipType = DEVICE_ID(match); + #else + match=pTDFX->PciInfo=xf86GetPciInfoForEntity(pTDFX->pEnt->index); + TDFXFindChips(pScrn, match); ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
