summaryrefslogtreecommitdiffstats
path: root/drivers/net/sunhme.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sunhme.c')
-rw-r--r--drivers/net/sunhme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sunhme.c b/drivers/net/sunhme.c
index 1cc57315b..86ce45951 100644
--- a/drivers/net/sunhme.c
+++ b/drivers/net/sunhme.c
@@ -3406,7 +3406,7 @@ static int __init happy_meal_pci_init(struct device *dev, struct pci_dev *pdev)
/* Set the latency timer and cache line size as well,
* PROM leaves it at zero.
*/
- pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 128);
+ pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 64);
#ifdef __sparc_v9__
/* NOTE: Cache line size is in 32-bit word units. */
pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, 0x10);