[coreboot] r3207 - trunk/coreboot-v2/src/southbridge/intel/i3100

svn at coreboot.org svn at coreboot.org
Tue Apr 1 04:48:12 CEST 2008


Author: eswierk
Date: 2008-04-01 04:48:12 +0200 (Tue, 01 Apr 2008)
New Revision: 3207

Modified:
   trunk/coreboot-v2/src/southbridge/intel/i3100/i3100_early_lpc.c
Log:
Tiny style fix for consistency (trivial).

Signed-off-by: Ed Swierk <eswierk at arastra.com>
Acked-by: Ed Swierk <eswierk at arastra.com>



Modified: trunk/coreboot-v2/src/southbridge/intel/i3100/i3100_early_lpc.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i3100/i3100_early_lpc.c	2008-04-01 02:42:52 UTC (rev 3206)
+++ trunk/coreboot-v2/src/southbridge/intel/i3100/i3100_early_lpc.c	2008-04-01 02:48:12 UTC (rev 3207)
@@ -28,7 +28,7 @@
 
 static void i3100_halt_tco_timer(void)
 {
-	device_t dev = PCI_DEV(0, 0x1f, 0);
+	device_t dev = PCI_DEV(0x0, 0x1f, 0x0);
 
 	/* Temporarily enable the ACPI I/O range at 0x4000 */
 	pci_write_config32(dev, 0x40, 0x4000 | (1 << 0));





More information about the coreboot mailing list