diff options
author | Ian Romanick <idr@us.ibm.com> | 2005-06-15 17:47:33 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2005-06-15 17:47:33 +0000 |
commit | 1567753415d420c626ae145457539bfee1414df8 (patch) | |
tree | a0a662982c7926e65d48b801652ad4dfe11f0b2b | |
parent | 72cfc797b51e59ecf8a2787c6a176838241cc94b (diff) |
Re-sync (and correct!) shared/mga_drm.h with shared-core/mga_drm.h.
-rw-r--r-- | shared/mga_drm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/mga_drm.h b/shared/mga_drm.h index 4934414a..5b8f1564 100644 --- a/shared/mga_drm.h +++ b/shared/mga_drm.h @@ -73,7 +73,8 @@ #define MGA_CARD_TYPE_G200 1 #define MGA_CARD_TYPE_G400 2 -#define MGA_CARD_TYPE_G550 3 +#define MGA_CARD_TYPE_G450 3 /* not currently used */ +#define MGA_CARD_TYPE_G550 4 #define MGA_FRONT 0x1 #define MGA_BACK 0x2 |