patch-1.3.28 linux/drivers/scsi/t128.c
Next file: linux/drivers/scsi/t128.h
Previous file: linux/drivers/scsi/st.c
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Mon Sep 18 08:54:10 1995
- Orig file:
v1.3.27/linux/drivers/scsi/t128.c
- Orig date:
Tue May 2 07:41:02 1995
diff -u --recursive --new-file v1.3.27/linux/drivers/scsi/t128.c linux/drivers/scsi/t128.c
@@ -117,7 +117,12 @@
#include "NCR5380.h"
#include "constants.h"
#include "sd.h"
+#include<linux/stat.h>
+struct proc_dir_entry proc_scsi_t128 = {
+ PROC_SCSI_T128, 4, "t128",
+ S_IFDIR | S_IRUGO | S_IXUGO, 2
+};
static struct override {
@@ -197,6 +202,8 @@
unsigned char *base;
int sig, count;
+ tpnt->proc_dir = &proc_scsi_t128;
+
for (count = 0; current_override < NO_OVERRIDES; ++current_override) {
base = NULL;
@@ -270,7 +277,7 @@
}
/*
- * Function : int t128_biosparam(Disk * disk, int dev, int *ip)
+ * Function : int t128_biosparam(Disk * disk, kdev_t dev, int *ip)
*
* Purpose : Generates a BIOS / DOS compatible H-C-S mapping for
* the specified device / size.
@@ -289,7 +296,7 @@
* and matching the H_C_S coordinates to what DOS uses.
*/
-int t128_biosparam(Disk * disk, int dev, int * ip)
+int t128_biosparam(Disk * disk, kdev_t dev, int * ip)
{
int size = disk->capacity;
ip[0] = 64;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this