diff options
author | Dave Airlie <airlied@redhat.com> | 2007-12-07 14:45:04 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2007-12-07 14:45:04 +1000 |
commit | 0dcd926d3092100854b3e362d6659d4950508aeb (patch) | |
tree | 69f61a581747ead9d8cdf47f82d0a89f6523702f /src/radeon_probe.c | |
parent | bb5ede557bf32a42eef158ff0fbcfe1c6ede098a (diff) |
radeon: bring back zaphod all is forgiven.
You've whined, you've cried, you've nagged, and you're guilt trippin has
made me do it... It actually wasn't as hard as I thought it would be.
Still not perfect, couple of things to fix yet
Diffstat (limited to 'src/radeon_probe.c')
-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 baea47cd..e0a77e6b 100644 --- a/src/radeon_probe.c +++ b/src/radeon_probe.c @@ -175,7 +175,7 @@ RADEONProbe(DriverPtr drv, int flags) DevUnion *pPriv; RADEONEntPtr pRADEONEnt; - /*xf86SetEntitySharable(usedChips[i]);*/ + xf86SetEntitySharable(usedChips[i]); if (gRADEONEntityIndex == -1) gRADEONEntityIndex = xf86AllocateEntityPrivateIndex(); |