diff --git a/southbridge/amd/sb600/lpc.c b/southbridge/amd/sb600/lpc.c index 982bc84643..4f62039045 100644 --- a/southbridge/amd/sb600/lpc.c +++ b/southbridge/amd/sb600/lpc.c @@ -211,7 +211,7 @@ static struct pci_operations lops_pci = { struct device_operations sb600_lpc = { .id = {.type = DEVICE_ID_PCI, {.pci = {.vendor = PCI_VENDOR_ID_AMD, - .device = PCI_DEVICE_ID_AMD_8111_IDE}}}, + .device = PCI_DEVICE_ID_ATI_SB600_LPC}}}, .constructor = default_device_constructor, .phase3_scan_bus = scan_status_bus, .phase4_read_resources = sb600_lpc_read_resources, diff --git a/southbridge/amd/sb600/sata.c b/southbridge/amd/sb600/sata.c index d291fb7f67..4a1e88c9ec 100644 --- a/southbridge/amd/sb600/sata.c +++ b/southbridge/amd/sb600/sata.c @@ -187,7 +187,7 @@ static struct pci_operations lops_pci = { /* .set_subsystem = pci_dev_set_subsystem, */ }; -struct device_operations amd8111_ide = { +struct device_operations sb600_sata = { .id = {.type = DEVICE_ID_PCI, {.pci = {.vendor = PCI_VENDOR_ID_ATI, .device = PCI_DEVICE_ID_ATI_SB600_SATA}}},