C and other Super I/O cosmetic fixes.
[coreboot.git] / src / superio / ite / it8661f / superio.c
index f4b729a73a4879f517c3e35394c9392047d299ad..165a6384d2d9fcb7962c2a85f071871fdb2f68fd 100644 (file)
@@ -63,8 +63,8 @@ static struct device_operations ops = {
 
 /* TODO: FDC, PP, IR, GPIO. */
 static struct pnp_info pnp_dev_info[] = {
-       { &ops, IT8661F_SP1,  PNP_IO0 | PNP_IRQ0, { 0x7f8, 0 }, },
-       { &ops, IT8661F_SP2,  PNP_IO0 | PNP_IRQ0 | PNP_DRQ0 | PNP_DRQ1, { 0x7f8, 0 }, },
+       { &ops, IT8661F_SP1,  PNP_IO0 | PNP_IRQ0, {0x07f8, 0}, },
+       { &ops, IT8661F_SP2,  PNP_IO0 | PNP_IRQ0 | PNP_DRQ0 | PNP_DRQ1, {0x07f8, 0}, },
 };
 
 static void enable_dev(struct device *dev)