summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2004-03-04 20:29:36 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2004-03-04 20:29:36 +0000
commitada3222ee9b3465ff3852e3116db3a419f50b28e (patch)
treed2b9bfb19c12ec09539d23ed6c7affa7b3f46536
parent82ccd4330983a1ca51dc4ea44bdfa380f2d79d39 (diff)
Add additional IBM RAMDACS to the s3 driver as reported by John Hay on
xfree86-devel.
-rw-r--r--src/s3_driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s3_driver.c b/src/s3_driver.c
index 8ec99f5..29ed7b3 100644
--- a/src/s3_driver.c
+++ b/src/s3_driver.c
@@ -171,6 +171,8 @@ static OptionInfoRec S3Options[] = {
RamDacSupportedInfoRec S3IBMRamdacs[] = {
{ IBM524_RAMDAC },
{ IBM524A_RAMDAC },
+ { IBM526_RAMDAC },
+ { IBM526DB_RAMDAC },
{ -1 }
};