Revert bad PCI prefetch limit change.

This commit is contained in:
Jon Loeliger 2006-04-27 08:22:39 -05:00
parent debb7354d1
commit a2320a6bf8
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ static void pciauto_prescan_setup_bridge(struct pci_controller *hose,
} else {
/* We don't support prefetchable memory for now, so disable */
pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_BASE, 0x1000);
pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_LIMIT, 0x1);
pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_LIMIT, 0x1000);
}
if (pci_io) {