patch-2.4.0-test3 linux/drivers/parport/init.c
Next file: linux/drivers/parport/parport_pc.c
Previous file: linux/drivers/parport/ieee1284.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Wed Jul 5 17:57:27 2000
- Orig file:
v2.4.0-test2/linux/drivers/parport/init.c
- Orig date:
Mon Mar 27 08:08:27 2000
diff -u --recursive --new-file v2.4.0-test2/linux/drivers/parport/init.c linux/drivers/parport/init.c
@@ -20,7 +20,9 @@
#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 };
+#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)