xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Sat Sep 22 13:13:02 PDT 2007


 src/radeon_probe.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree d6e1d9be1cd5786a24ed4bb8e45fa7e04df56622 (from 81114af1cdddc0b10d076f2e38c7a00c1223cc48)
Author: Alex Deucher <alex at botch2.(none)>
Date:   Sat Sep 22 16:14:06 2007 -0400

    RADEON: Don't make the entity as shareable
    
    This should prevent people from mistakenly trying to run
    zaphod mode

diff --git a/src/radeon_probe.c b/src/radeon_probe.c
index c697f65..207e537 100644
--- a/src/radeon_probe.c
+++ b/src/radeon_probe.c
@@ -314,7 +314,7 @@ RADEONProbe(DriverPtr drv, int flags)
 		DevUnion   *pPriv;
 		RADEONEntPtr pRADEONEnt;
 
-		xf86SetEntitySharable(usedChips[i]);
+		/*xf86SetEntitySharable(usedChips[i]);*/
 
 		if (gRADEONEntityIndex == -1)
 		    gRADEONEntityIndex = xf86AllocateEntityPrivateIndex();


More information about the xorg-commit mailing list