diff options
author | Vladimir Dergachev <volodya@mindspring.com> | 2004-10-03 00:01:14 +0000 |
---|---|---|
committer | Vladimir Dergachev <volodya@mindspring.com> | 2004-10-03 00:01:14 +0000 |
commit | 7cb911291d459f08f54444d09081d3378fe73b8b (patch) | |
tree | 4446325c8fd4a22cc8b758d12b0a445f21399c74 /src/theatre.c | |
parent | 6c1996174b9f7afc8f4e33c35e4864b31696d4d6 (diff) |
Modified:
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.h
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.[c,h]
xc/programs/Xserver/hw/xfree86/drivers/ati/theatre.c Detect and initialize
Rage Theatre (RT100)
Diffstat (limited to 'src/theatre.c')
-rw-r--r-- | src/theatre.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theatre.c b/src/theatre.c index 96cb21da..0a3f5cdb 100644 --- a/src/theatre.c +++ b/src/theatre.c @@ -80,7 +80,7 @@ TheatrePtr DetectTheatre(GENERIC_BUS_Ptr b) RT_regr(VIP_VIP_REVISION_ID, &val); xf86DrvMsg(b->scrnIndex, X_INFO, "Detected Rage Theatre revision %8.8X\n", val); -#if 1 +#if 0 DumpRageTheatreRegsByName(t); #endif return t; |