patch-2.4.10 linux/drivers/net/wan/hostess_sv11.c
Next file: linux/drivers/net/wan/lapbether.c
Previous file: linux/drivers/net/wan/hdlc.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Sun Sep 9 10:50:48 2001
- Orig file:
v2.4.9/linux/drivers/net/wan/hostess_sv11.c
- Orig date:
Wed Apr 18 14:40:07 2001
diff -u --recursive --new-file v2.4.9/linux/drivers/net/wan/hostess_sv11.c linux/drivers/net/wan/hostess_sv11.c
@@ -400,7 +400,6 @@
static int io=0x200;
static int irq=9;
-#ifdef LINUX_21
MODULE_PARM(io,"i");
MODULE_PARM_DESC(io, "The I/O base of the Comtrol Hostess SV11 card");
MODULE_PARM(dma,"i");
@@ -408,9 +407,9 @@
MODULE_PARM(irq,"i");
MODULE_PARM_DESC(irq, "The interrupt line setting for the Comtrol Hostess SV11 card");
-MODULE_AUTHOR("Bulding Number Three Ltd");
+MODULE_AUTHOR("Alan Cox");
+MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Modular driver for the Comtrol Hostess SV11");
-#endif
static struct sv11_device *sv11_unit;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)