patch-2.4.7 linux/drivers/parport/init.c
Next file: linux/drivers/parport/parport_pc.c
Previous file: linux/drivers/parport/Makefile
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Tue Jul 10 16:07:46 2001
- Orig file:
v2.4.6/linux/drivers/parport/init.c
- Orig date:
Wed May 16 10:25:39 2001
diff -u --recursive --new-file v2.4.6/linux/drivers/parport/init.c linux/drivers/parport/init.c
@@ -21,7 +21,8 @@
#ifndef MODULE
static int io[PARPORT_MAX+1] __initdata = { [0 ... PARPORT_MAX] = 0 };
#ifdef CONFIG_PARPORT_PC
-static int io_hi[PARPORT_MAX+1] __initdata = { [0 ... PARPORT_MAX] = 0 };
+static int io_hi[PARPORT_MAX+1] __initdata =
+ { [0 ... PARPORT_MAX] = PARPORT_IOHI_AUTO };
#endif
static int irq[PARPORT_MAX] __initdata = { [0 ... PARPORT_MAX-1] = PARPORT_IRQ_PROBEONLY };
static int dma[PARPORT_MAX] __initdata = { [0 ... PARPORT_MAX-1] = PARPORT_DMA_NONE };
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)