C and other Super I/O cosmetic fixes.
[coreboot.git] / src / superio / intel / i3100 / superio.c
index 47503bbf7ba4e9dc40e344b8bb768c1bce2b0dd4..120790a194160b69041ed2e160ce283d6edfc5a5 100644 (file)
@@ -91,8 +91,8 @@ static struct device_operations ops = {
 };
 
 static struct pnp_info pnp_dev_info[] = {
-       { &ops, I3100_SP1, PNP_IO0 | PNP_IRQ0, { 0x7f8, 0 }, },
-       { &ops, I3100_SP2, PNP_IO0 | PNP_IRQ0, { 0x7f8, 0 }, },
+       { &ops, I3100_SP1, PNP_IO0 | PNP_IRQ0, {0x07f8, 0}, },
+       { &ops, I3100_SP2, PNP_IO0 | PNP_IRQ0, {0x07f8, 0}, },
 };
 
 static void enable_dev(struct device *dev)