patch-2.4.6 linux/drivers/net/seeq8005.c
Next file: linux/drivers/net/shaper.c
Previous file: linux/drivers/net/sb1000.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Jun 20 11:10:53 2001
- Orig file:
v2.4.5/linux/drivers/net/seeq8005.c
- Orig date:
Thu Apr 19 09:34:52 2001
diff -u --recursive --new-file v2.4.5/linux/drivers/net/seeq8005.c linux/drivers/net/seeq8005.c
@@ -101,8 +101,6 @@
/* Check for a network adaptor of this type, and return '0' iff one exists.
If dev->base_addr == 0, probe all likely locations.
If dev->base_addr == 1, always return failure.
- If dev->base_addr == 2, allocate space for the device and return success
- (detachable devices only).
*/
int __init
@@ -715,6 +713,8 @@
static int irq = 10;
MODULE_PARM(io, "i");
MODULE_PARM(irq, "i");
+MODULE_PARM_DESC(io, "SEEQ 8005 I/O base address");
+MODULE_PARM_DESC(irq, "SEEQ 8005 IRQ number");
int init_module(void)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)