diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1995-11-14 08:00:00 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1995-11-14 08:00:00 +0000 |
commit | e7c2a72e2680827d6a733931273a93461c0d8d1b (patch) | |
tree | c9abeda78ef7504062bb2e816bcf3e3c9d680112 /drivers/scsi/u14-34f.h | |
parent | ec6044459060a8c9ce7f64405c465d141898548c (diff) |
Import of Linux/MIPS 1.3.0
Diffstat (limited to 'drivers/scsi/u14-34f.h')
-rw-r--r-- | drivers/scsi/u14-34f.h | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/drivers/scsi/u14-34f.h b/drivers/scsi/u14-34f.h index 92d40121b..a4885efea 100644 --- a/drivers/scsi/u14-34f.h +++ b/drivers/scsi/u14-34f.h @@ -1,5 +1,5 @@ /* - * u14-34f.h - used by low-level scsi driver for UltraStor 14F/34F + * u14-34f.h - used by the low-level driver for UltraStor 14F/34F */ #ifndef _U14_34F_H #define _U14_34F_H @@ -10,15 +10,14 @@ int u14_34f_abort(Scsi_Cmnd *); int u14_34f_reset(Scsi_Cmnd *); int u14_34f_biosparam(Disk *, int, int *); -#define U14_34F_VERSION "1.10.01" +#define U14_34F_VERSION "2.00.00" #define ULTRASTOR_14_34F { \ - NULL, \ - NULL, \ - "UltraStor 14F/34F rev. " U14_34F_VERSION " by " \ - "Dario_Ballabio@milano.europe.dg.com.",\ + NULL, /* Ptr for modules */ \ + NULL, /* usage count for modules */ \ + "UltraStor 14F/34F rev. " U14_34F_VERSION " ", \ u14_34f_detect, \ - NULL, \ + NULL, /* Release */ \ NULL, \ NULL, \ u14_34f_queuecommand, \ @@ -31,7 +30,7 @@ int u14_34f_biosparam(Disk *, int, int *); 0, /* sg_tablesize, reset by detect */ \ 0, /* cmd_per_lun, reset by detect */ \ 0, /* number of boards present */ \ - 0, /* unchecked isa dma, reset by detect */ \ - 0, /* use_clustering, reset by detect */ \ + 1, /* unchecked isa dma, reset by detect */ \ + ENABLE_CLUSTERING \ } #endif |