patch-2.3.27 linux/drivers/scsi/qlogicfas.c
Next file: linux/drivers/scsi/qlogicfc.c
Previous file: linux/drivers/scsi/psi240i.h
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/scsi/qlogicfas.c
- Orig date:
Fri Sep 10 23:57:32 1999
diff -u --recursive --new-file v2.3.26/linux/drivers/scsi/qlogicfas.c linux/drivers/scsi/qlogicfas.c
@@ -131,11 +131,6 @@
#include "qlogicfas.h"
#include<linux/stat.h>
-static struct proc_dir_entry proc_scsi_qlogicfas = {
- PROC_SCSI_QLOGICFAS, 6, "qlogicfas",
- S_IFDIR | S_IRUGO | S_IXUGO, 2
-};
-
/*----------------------------------------------------------------*/
/* driver state info, local to driver */
static int qbase = 0; /* Port */
@@ -550,7 +545,7 @@
struct Scsi_Host *hreg; /* registered host structure */
unsigned long flags;
-host->proc_dir = &proc_scsi_qlogicfas;
+host->proc_name = "qlogicfas";
/* Qlogic Cards only exist at 0x230 or 0x330 (the chip itself decodes the
address - I check 230 first since MIDI cards are typically at 330
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)