Follow-up for r6025, do 0x87 twice in superio.c, too.
[coreboot.git] / src / superio / fintek / f71859 / superio.c
index c6fe6169f6115b703871f9205dc8686d68a6f58a..445f66a6b538b143fb36c0bab12c473e333456ce 100755 (executable)
@@ -31,6 +31,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)