summaryrefslogtreecommitdiff
path: root/src/mga_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mga_macros.h')
-rw-r--r--src/mga_macros.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mga_macros.h b/src/mga_macros.h
index 1c479e6..c8ba847 100644
--- a/src/mga_macros.h
+++ b/src/mga_macros.h
@@ -65,6 +65,8 @@ while(INREG(MGAREG_DWGSYNC) != MGA_SYNC_XTAG) ; \
#ifdef USEMGAHAL
#define HAL_CHIPSETS ((pMga->Chipset == PCI_CHIP_MGAG200_PCI) || \
(pMga->Chipset == PCI_CHIP_MGAG200) || \
+ (pMga->Chipset == PCI_CHIP_MGAG200_SE_A_PCI) || \
+ (pMga->Chipset == PCI_CHIP_MGAG200_SE_B_PCI) || \
(pMga->Chipset == PCI_CHIP_MGAG400) || \
(pMga->Chipset == PCI_CHIP_MGAG550))