summaryrefslogtreecommitdiff
path: root/src/mga.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2008-05-30 18:43:27 -0700
committerIan Romanick <idr@us.ibm.com>2008-05-30 18:43:27 -0700
commit7e28ce7f26fba2acee879c1da41426490034c0a9 (patch)
treea7285e0edb0bc55422d36e453921362487f099e5 /src/mga.h
parent074a4aa1985219910a96b022368067e3ed5641e6 (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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mga.h b/src/mga.h
index 798f412..c7fd93d 100644
--- a/src/mga.h
+++ b/src/mga.h
@@ -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 {