patch-2.3.27 linux/drivers/scsi/dtc.c
Next file: linux/drivers/scsi/eata.c
Previous file: linux/drivers/scsi/dec_esp.h
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Thu Nov 11 16:57:30 1999
- Orig file:
v2.3.26/linux/drivers/scsi/dtc.c
- Orig date:
Thu Aug 26 13:05:39 1999
diff -u --recursive --new-file v2.3.26/linux/drivers/scsi/dtc.c linux/drivers/scsi/dtc.c
@@ -134,13 +134,6 @@
/*!!!! for dtc, it's a 128 byte buffer at 3900 !!! */
#define DTC_DATA_BUF 0x3900 /* rw 128 bytes long */
-
-struct proc_dir_entry proc_scsi_dtc = {
- PROC_SCSI_T128, 7, "dtc3x80",
- S_IFDIR | S_IRUGO | S_IXUGO, 2
- };
-
-
static struct override {
unsigned int address;
int irq;
@@ -214,7 +207,7 @@
unsigned int base;
int sig, count;
- tpnt->proc_dir = &proc_scsi_dtc;
+ tpnt->proc_name = "dtc3x80";
tpnt->proc_info = &dtc_proc_info;
for (count = 0; current_override < NO_OVERRIDES; ++current_override) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)