diff options
author | Alex Deucher <alex@botch2.com> | 2007-08-20 20:54:06 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2007-08-20 20:54:06 -0400 |
commit | 9470bd67731059f26859ed5f0bea3ade09e2c80c (patch) | |
tree | dbaa4a9760e3d49c9ecd6c7ca0aa643fdbfffc1a /src/radeon.h | |
parent | b275febdb0918e8cebdffbb433b0eeb3ff4d3746 (diff) |
RADEON: Add DefaultConnectorTable option
This option skips the parsing the BIOS connector table
and falls back to chip specific defaults.
Also remove man page section for the now gone bioshotkeys
option.
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index 4f7f60e4..a778cb80 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -151,7 +151,8 @@ typedef enum { OPTION_ACCELMETHOD, OPTION_CONSTANTDPI, OPTION_CONNECTORTABLE, - OPTION_DRI + OPTION_DRI, + OPTION_DEFAULT_CONNECTOR_TABLE } RADEONOpts; |