patch-2.3.27 linux/drivers/acorn/scsi/eesox.c
Next file: linux/drivers/acorn/scsi/oak.c
Previous file: linux/drivers/acorn/scsi/ecoscsi.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Thu Nov 11 16:57:30 1999
- Orig file:
v2.3.26/linux/drivers/acorn/scsi/eesox.c
- Orig date:
Thu Jun 17 01:11:35 1999
diff -u --recursive --new-file v2.3.26/linux/drivers/acorn/scsi/eesox.c linux/drivers/acorn/scsi/eesox.c
@@ -81,11 +81,6 @@
*/
int term[MAX_ECARDS] = { 1, 1, 1, 1, 1, 1, 1, 1 };
-static struct proc_dir_entry proc_scsi_eesox = {
- PROC_SCSI_QLOGICISP, 5, "eesox",
- S_IFDIR | S_IRUGO | S_IXUGO, 2
-};
-
/* Prototype: void eesoxscsi_irqenable(ec, irqnr)
* Purpose : Enable interrupts on EESOX SCSI card
* Params : ec - expansion card structure
@@ -334,7 +329,7 @@
int count = 0;
struct Scsi_Host *host;
- tpnt->proc_dir = &proc_scsi_eesox;
+ tpnt->proc_name = "eesox";
memset(ecs, 0, sizeof (ecs));
ecard_startfind();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)