diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2004-03-04 20:29:36 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2004-03-04 20:29:36 +0000 |
commit | ada3222ee9b3465ff3852e3116db3a419f50b28e (patch) | |
tree | d2b9bfb19c12ec09539d23ed6c7affa7b3f46536 | |
parent | 82ccd4330983a1ca51dc4ea44bdfa380f2d79d39 (diff) |
Add additional IBM RAMDACS to the s3 driver as reported by John Hay on
xfree86-devel.
-rw-r--r-- | src/s3_driver.c | 2 |
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 } }; |