Commit 6a8be6b5 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] Fix HPT374 merge problem

This got accidentally reverted in merging HPT372N support. The following
patch restores 50Mhz on the HPT374 using the 370a clocking tables.
parent 94c4cad9
...@@ -958,7 +958,7 @@ static int __devinit init_hpt37x(struct pci_dev *dev) ...@@ -958,7 +958,7 @@ static int __devinit init_hpt37x(struct pci_dev *dev)
/* Unsupported */ /* Unsupported */
} else if (pll == F_LOW_PCI_50) { } else if (pll == F_LOW_PCI_50) {
if (hpt_minimum_revision(dev,8)) if (hpt_minimum_revision(dev,8))
pci_set_drvdata(dev, NULL); pci_set_drvdata(dev, (void *) fifty_base_hpt370a);
else if (hpt_minimum_revision(dev,5)) else if (hpt_minimum_revision(dev,5))
pci_set_drvdata(dev, (void *) fifty_base_hpt372); pci_set_drvdata(dev, (void *) fifty_base_hpt372);
else if (hpt_minimum_revision(dev,4)) else if (hpt_minimum_revision(dev,4))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment