aboutsummaryrefslogtreecommitdiff
path: root/src/superio/fintek/f71859/f71859_early_serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/fintek/f71859/f71859_early_serial.c')
-rwxr-xr-xsrc/superio/fintek/f71859/f71859_early_serial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/fintek/f71859/f71859_early_serial.c b/src/superio/fintek/f71859/f71859_early_serial.c
index c27b17937e..14d22a6310 100755
--- a/src/superio/fintek/f71859/f71859_early_serial.c
+++ b/src/superio/fintek/f71859/f71859_early_serial.c
@@ -27,6 +27,7 @@ static void pnp_enter_conf_state(device_t dev)
{
u16 port = dev >> 8;
outb(0x87, port);
+ outb(0x87, port);
}
static void pnp_exit_conf_state(device_t dev)