Fix copypaste errors in the LPC PCI ID and the sata device_ops struct name.

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@884 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Peter Stuge 2008-10-03 04:20:04 +00:00
commit e6a0cc07a7
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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}}},