|
@@ -1368,6 +1368,9 @@ static void program_hpp(struct pci_dev *dev, struct acpiphp_bridge *bridge)
|
|
(dev->class >> 8) == PCI_CLASS_BRIDGE_PCI)))
|
|
(dev->class >> 8) == PCI_CLASS_BRIDGE_PCI)))
|
|
return;
|
|
return;
|
|
|
|
|
|
|
|
+ if ((dev->class >> 8) == PCI_CLASS_BRIDGE_HOST)
|
|
|
|
+ return;
|
|
|
|
+
|
|
pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE,
|
|
pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE,
|
|
bridge->hpp.t0->cache_line_size);
|
|
bridge->hpp.t0->cache_line_size);
|
|
pci_write_config_byte(dev, PCI_LATENCY_TIMER,
|
|
pci_write_config_byte(dev, PCI_LATENCY_TIMER,
|