summaryrefslogtreecommitdiff
path: root/src/mga.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2008-05-30 18:23:59 -0700
committerIan Romanick <idr@us.ibm.com>2008-05-30 18:23:59 -0700
commit074a4aa1985219910a96b022368067e3ed5641e6 (patch)
tree9cc73b9822d9c05dc4ea8f9d197417cb07d97541 /src/mga.h
parent9ee7b04b1fe57834a541ef27b4e25acffd3ac1c5 (diff)
Initialize default BIOS values from a data table instead of from code
Diffstat (limited to 'src/mga.h')
-rw-r--r--src/mga.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mga.h b/src/mga.h
index f1f4714..798f412 100644
--- a/src/mga.h
+++ b/src/mga.h
@@ -428,6 +428,9 @@ struct mga_device_attributes {
} BARs:2;
uint32_t accel_flags;
+
+ /** Default BIOS values. */
+ struct mga_bios_values default_bios_values;
};
typedef struct {