Follow-up for r6025, do 0x87 twice in superio.c, too.
[coreboot.git] / src / superio / fintek / f71805f / superio.c
index 50801dda221af59761ea57bf53e5ceb8a0a7a6a1..8a5d3abec923332b8b8ee34993c13df5bb3fcdd9 100644 (file)
@@ -30,6 +30,7 @@
 static void pnp_enter_conf_state(device_t dev)
 {
        outb(0x87, dev->path.pnp.port);
+       outb(0x87, dev->path.pnp.port);
 }
 
 static void pnp_exit_conf_state(device_t dev)