diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2006-12-28 14:46:10 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-01-28 01:24:23 +0200 |
commit | 8b7c88e9ed549777413136c0f2ccc61747b010d8 (patch) | |
tree | 198d1b17426d5884c1dfee4976ed261084b6687d /src/atioption.c | |
parent | 3654b786f1ad1f4e6bfb2fff5ff057254958f7c0 (diff) |
Add option "probe_sparse" to force probing sparse I/O bases.
Diffstat (limited to 'src/atioption.c')
-rw-r--r-- | src/atioption.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/atioption.c b/src/atioption.c index 7ef580bf..4cb965d4 100644 --- a/src/atioption.c +++ b/src/atioption.c @@ -61,6 +61,13 @@ const char *ATITVStandardNames[ATI_TV_STDS_MAX_VALID+1] = { const OptionInfoRec ATIPublicOptions[] = { { + ATI_OPTION_PROBE_SPARSE, + "probe_sparse", + OPTV_BOOLEAN, + {0, }, + FALSE + }, + { ATI_OPTION_ACCEL, "accel", OPTV_BOOLEAN, |