projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
debb735
)
Revert bad PCI prefetch limit change.
author
Jon Loeliger
<jdl@freescale.com>
Thu, 27 Apr 2006 13:22:39 +0000
(08:22 -0500)
committer
Jon Loeliger
<jdl@freescale.com>
Thu, 27 Apr 2006 13:22:39 +0000
(08:22 -0500)
drivers/pci_auto.c
patch
|
blob
|
history
diff --git
a/drivers/pci_auto.c
b/drivers/pci_auto.c
index 3c958d3b95f184a4e663e40845cbd658dc4ad5de..15f74328f0a6a011c58cd425c56cb3a561dd1c98 100644
(file)
--- a/
drivers/pci_auto.c
+++ b/
drivers/pci_auto.c
@@
-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, 0x1
000
);
}
if (pci_io) {