Correct the RAM checking code to _not_ check the range from 640 KB - 1 MB,
[coreboot.git] / src / southbridge / intel / i82371eb / i82371eb_smbus.c
index 6d640b6d56485a0db034c7387faa6735acc16e9d..07c4bb07f027fe754dbfafcc88cdfc8c2fb2fac7 100644 (file)
@@ -39,5 +39,5 @@ static struct device_operations smbus_ops = {
 static struct pci_driver smbus_driver __pci_driver = {
        .ops = &smbus_ops,
        .vendor = PCI_VENDOR_ID_INTEL,
-       .device = PCI_DEVICE_INTEL_440BX_SMB,
+       .device = 0x7111, // FIXME?
 };