diff options
author | Alex Deucher <alex@botch2.(none)> | 2007-09-22 16:14:06 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-09-22 16:14:06 -0400 |
commit | d6e1d9be1cd5786a24ed4bb8e45fa7e04df56622 (patch) | |
tree | 2ef9eb6f4a4e140f4cceea4ce5a1a6fdde5f1c61 /src | |
parent | 81114af1cdddc0b10d076f2e38c7a00c1223cc48 (diff) |
RADEON: Don't make the entity as shareable
This should prevent people from mistakenly trying to run
zaphod mode
Diffstat (limited to 'src')
-rw-r--r-- | src/radeon_probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_probe.c b/src/radeon_probe.c index c697f65c..207e5372 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(); |