summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2007-08-02 16:01:14 +0200
committerTilman Sauerbeck <tilman@code-monkey.de>2007-08-02 16:01:14 +0200
commit2bc283e9fccb3de49ff2a7819f89f6a173af6024 (patch)
tree0e82fc4993de79fb1476e0fc7aa676106047bc29
parent7e0511a17127f1051ee1b5489d292f2ff304ce26 (diff)
Removed unused MGA_DH_NEEDS_HAL macro.
-rw-r--r--src/mga_macros.h3
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_ */