diff options
author | Ian Romanick <idr@us.ibm.com> | 2008-05-30 18:43:27 -0700 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2008-05-30 18:43:27 -0700 |
commit | 7e28ce7f26fba2acee879c1da41426490034c0a9 (patch) | |
tree | a7285e0edb0bc55422d36e453921362487f099e5 /src/mga.h | |
parent | 074a4aa1985219910a96b022368067e3ed5641e6 (diff) |
Get memory probe size and stride (offset) values values from a data table instead of from code
Diffstat (limited to 'src/mga.h')
-rw-r--r-- | src/mga.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -431,6 +431,10 @@ struct mga_device_attributes { /** Default BIOS values. */ struct mga_bios_values default_bios_values; + + /** Default memory probe offset / size values. */ + unsigned probe_size; + unsigned probe_offset; }; typedef struct { |