[coreboot] r883 - coreboot-v3/southbridge/amd/sb600

svn at coreboot.org svn at coreboot.org
Fri Oct 3 06:13:54 CEST 2008


Author: stuge
Date: 2008-10-03 06:13:54 +0200 (Fri, 03 Oct 2008)
New Revision: 883

Modified:
   coreboot-v3/southbridge/amd/sb600/pci.c
Log:
Fix PCI struct name.

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


Modified: coreboot-v3/southbridge/amd/sb600/pci.c
===================================================================
--- coreboot-v3/southbridge/amd/sb600/pci.c	2008-10-03 04:08:15 UTC (rev 882)
+++ coreboot-v3/southbridge/amd/sb600/pci.c	2008-10-03 04:13:54 UTC (rev 883)
@@ -120,13 +120,13 @@
 	pci_write_config32(dev, 0x64, dword);
 }
 
-struct device_operations amd8111_pci = {
+struct device_operations sb600_pci = {
 	.id = {.type = DEVICE_ID_PCI,
 		{.pci = {.vendor = PCI_VENDOR_ID_ATI,
 			      .device = PCI_DEVICE_ID_ATI_SB600_PCI}}},
 	.constructor		 = default_device_constructor,
 	.phase3_scan		 = pci_scan_bridge,
-	.phase4_enable_disable           = amd8111_enable,
+	.phase4_enable_disable           = sb600_enable,
 	.phase4_read_resources	 = pci_bus_read_resources,
 	.phase4_set_resources	 = pci_dev_set_resources,
 	.phase5_enable_resources = pci_bus_enable_resources,





More information about the coreboot mailing list