ICH7 update
[coreboot.git] / src / southbridge / intel / i82801gx / i82801gx_usb.c
index a753202f72cec5e4a60cf3d71662b449f34b45e8..2803f9cdefec468b21e4d4216c5b871b206031b7 100644 (file)
@@ -35,6 +35,10 @@ static void usb_init(struct device *dev)
        reg32 = pci_read_config32(dev, PCI_COMMAND);
        pci_write_config32(dev, PCI_COMMAND, reg32 | PCI_COMMAND_MASTER);
 
+       // Erratum
+       pci_write_config8(dev, 0xca, 0x00);
+
+       // Yes. Another Erratum
        reg8 = pci_read_config8(dev, 0xca);
        reg8 |= (1 << 0);
        pci_write_config8(dev, 0xca, reg8);