summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i3100/i3100_early_lpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/i3100/i3100_early_lpc.c')
-rw-r--r--src/southbridge/intel/i3100/i3100_early_lpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/i3100/i3100_early_lpc.c b/src/southbridge/intel/i3100/i3100_early_lpc.c
index 7afe8c1..97d2b7c 100644
--- a/src/southbridge/intel/i3100/i3100_early_lpc.c
+++ b/src/southbridge/intel/i3100/i3100_early_lpc.c
@@ -23,6 +23,7 @@ static void i3100_enable_superio(void)
device_t dev = PCI_DEV(0x0, 0x1f, 0x0);
/* Enable decoding of I/O locations for SuperIO devices */
+ pci_write_config16(dev, 0x80, 0x0010);
pci_write_config16(dev, 0x82, 0x340f);
}
OpenPOWER on IntegriCloud