Re: [PATCH 10/21] r8169: merge with version 6.001.00 of Realtek's r8169 driver
From: Jeff Garzik <hidden>
Date: 2007-06-29 20:49:48
From: Jeff Garzik <hidden>
Date: 2007-06-29 20:49:48
Arjan van de Ven wrote:
quoted
+ pci_write_config_byte(tp->pci_dev, PCI_LATENCY_TIMER, 0x40);can you create a pci_set_latency_timer() for this please?quoted
+ + if (tp->mac_version <= RTL_GIGA_MAC_VER_06) + pci_write_config_byte(tp->pci_dev, PCI_CACHE_LINE_SIZE, 0x08);and something for this as well?
Why? Nothing here seems generic to me. Jeff