patch-2.4.13 linux/drivers/acorn/scsi/eesox.c
Next file: linux/drivers/acorn/scsi/fas216.c
Previous file: linux/drivers/acorn/scsi/ecoscsi.c
Back to the patch index
Back to the overall index
-  Lines: 23
-  Date:
Thu Oct 11 09:04:57 2001
-  Orig file: 
v2.4.12/linux/drivers/acorn/scsi/eesox.c
-  Orig date: 
Sun Sep 23 11:40:56 2001
diff -u --recursive --new-file v2.4.12/linux/drivers/acorn/scsi/eesox.c linux/drivers/acorn/scsi/eesox.c
@@ -80,11 +80,6 @@
 
 static struct expansion_card *ecs[MAX_ECARDS];
 
-MODULE_AUTHOR("Russell King");
-MODULE_DESCRIPTION("EESOX SCSI driver");
-MODULE_PARM(term, "1-8i");
-MODULE_PARM_DESC(term, "SCSI bus termination");
-
 /*
  * Use term=0,1,0,0,0 to turn terminators on/off
  */
@@ -602,5 +597,9 @@
 module_init(eesox_init);
 module_exit(eesox_exit);
 
-EXPORT_NO_SYMBOLS;
+MODULE_AUTHOR("Russell King");
+MODULE_DESCRIPTION("EESOX 'Fast' SCSI driver for Acorn machines");
+MODULE_PARM(term, "1-8i");
+MODULE_PARM_DESC(term, "SCSI bus termination");
 MODULE_LICENSE("GPL");
+EXPORT_NO_SYMBOLS;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)