diff options
Diffstat (limited to 'src/superio/fintek/f71859/superio.c')
-rwxr-xr-x | src/superio/fintek/f71859/superio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/fintek/f71859/superio.c b/src/superio/fintek/f71859/superio.c index c6fe6169f6..445f66a6b5 100755 --- a/src/superio/fintek/f71859/superio.c +++ b/src/superio/fintek/f71859/superio.c @@ -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) |