diff options
Diffstat (limited to 'src/mga_macros.h')
-rw-r--r-- | src/mga_macros.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mga_macros.h b/src/mga_macros.h index b5554b4..1b913a8 100644 --- a/src/mga_macros.h +++ b/src/mga_macros.h @@ -75,8 +75,7 @@ while(INREG(MGAREG_DWGSYNC) != MGA_SYNC_XTAG) ; \ #define MGA_NOT_HAL(x) { x; } #endif -#define MGAISGx50(x) ( (((x)->Chipset == PCI_CHIP_MGAG400) && ((x)->ChipRev >= 0x80)) || \ - ((x)->Chipset == PCI_CHIP_MGAG550) ) +#define MGAISGx50(x) ((x)->is_Gx50) #define MGA_DH_NEEDS_HAL(x) (((x)->Chipset == PCI_CHIP_MGAG400) && \ ((x)->ChipRev < 0x80)) |