diff options
-rw-r--r-- | src/mga_macros.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mga_macros.h b/src/mga_macros.h index 36690d1..404501f 100644 --- a/src/mga_macros.h +++ b/src/mga_macros.h @@ -64,7 +64,4 @@ while(INREG(MGAREG_DWGSYNC) != MGA_SYNC_XTAG) ; \ #define MGAISGx50(x) ((x)->is_Gx50) -#define MGA_DH_NEEDS_HAL(x) (((x)->Chipset == PCI_CHIP_MGAG400) && \ - ((x)->ChipRev < 0x80)) - #endif /* _MGA_MACROS_H_ */ |