aboutsummaryrefslogtreecommitdiff
path: root/src/superio/fintek/f71859/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/fintek/f71859/superio.c')
-rwxr-xr-xsrc/superio/fintek/f71859/superio.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/superio/fintek/f71859/superio.c b/src/superio/fintek/f71859/superio.c
index 6c74d81516..809140b5a1 100755
--- a/src/superio/fintek/f71859/superio.c
+++ b/src/superio/fintek/f71859/superio.c
@@ -41,19 +41,10 @@ static void pnp_exit_conf_state(device_t dev)
static void f71859_init(device_t dev)
{
- struct superio_fintek_f71859_config *conf = dev->chip_info;
- struct resource *res0;
-
if (!dev->enabled)
return;
- switch(dev->path.pnp.device) {
/* TODO: Might potentially need code for HWM or FDC etc. */
- case F71859_SP1:
- res0 = find_resource(dev, PNP_IDX_IO0);
- init_uart8250(res0->base, &conf->com1);
- break;
- }
}
static void f71859_pnp_set_resources(device_t dev)