summaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/parport.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-alpha/parport.h')
-rw-r--r--include/asm-alpha/parport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-alpha/parport.h b/include/asm-alpha/parport.h
index bc6b79597..d1099fd8c 100644
--- a/include/asm-alpha/parport.h
+++ b/include/asm-alpha/parport.h
@@ -43,6 +43,8 @@ parport_pc_init(int *io, int *io_hi, int *irq, int *dma)
count++;
} while (*io && (++i < PARPORT_PC_MAX_PORTS));
} else {
+ count += parport_pc_init_superio ();
+
/* Probe all the likely ports. */
if (parport_pc_probe_port(0x3bc, 0x7bc, irq[0], dma[0], NULL))
count++;