patch-2.1.19 linux/drivers/net/wd.c
Next file: linux/drivers/sbus/char/bwtwo.c
Previous file: linux/drivers/net/sunlance.c
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Tue Dec 31 10:30:05 1996
- Orig file:
v2.1.18/linux/drivers/net/wd.c
- Orig date:
Fri Mar 1 07:50:49 1996
diff -u --recursive --new-file v2.1.18/linux/drivers/net/wd.c linux/drivers/net/wd.c
@@ -20,7 +20,7 @@
Paul Gortmaker : multiple card support for module users, support
for non-standard memory sizes.
-
+
*/
@@ -259,7 +259,7 @@
}
/* Allocate dev->priv and fill in 8390 specific dev fields. */
- if (ethdev_init(dev)) {
+ if (ethdev_init(dev)) {
printk (" unable to get memory for dev->priv.\n");
free_irq(dev->irq, NULL);
return -ENOMEM;
@@ -451,6 +451,11 @@
static int irq[MAX_WD_CARDS] = { 0, };
static int mem[MAX_WD_CARDS] = { 0, };
static int mem_end[MAX_WD_CARDS] = { 0, }; /* for non std. mem size */
+
+MODULE_PARM(io, "1-" __MODULE_STRING(MAX_WD_CARDS) "i");
+MODULE_PARM(irq, "1-" __MODULE_STRING(MAX_WD_CARDS) "i");
+MODULE_PARM(mem, "1-" __MODULE_STRING(MAX_WD_CARDS) "i");
+MODULE_PARM(mem_end, "1-" __MODULE_STRING(MAX_WD_CARDS) "i");
/* This is set up so that only a single autoprobe takes place per call.
ISA device autoprobes on a running machine are not recommended. */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov