summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/alp_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alp_driver.c b/src/alp_driver.c
index b72dfeb..d73eab8 100644
--- a/src/alp_driver.c
+++ b/src/alp_driver.c
@@ -861,10 +861,10 @@ AlpPreInit(ScrnInfoPtr pScrn, int flags)
case PCI_CHIP_GD5430:
case PCI_CHIP_GD5434_4:
case PCI_CHIP_GD5434_8:
- case PCI_CHIP_GD5436:
/* case PCI_CHIP_GD5440: */
p = gd5430_MaxClocks;
break;
+ case PCI_CHIP_GD5436:
case PCI_CHIP_GD5446:
p = gd5446_MaxClocks;
break;