diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2014-11-12 06:12:16 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-11-20 09:11:17 +0100 |
commit | e3f463b034bad82cd247d9a1b39209ba7152e545 (patch) | |
tree | 0be618efc3c39caf2ee4ceab33b051bd850252db /drivers/scsi/atari_scsi.c | |
parent | atari_NCR5380: Refactor Falcon locking (diff) | |
download | linux-e3f463b034bad82cd247d9a1b39209ba7152e545.tar.xz linux-e3f463b034bad82cd247d9a1b39209ba7152e545.zip |
atari_NCR5380: Merge from sun3_NCR5380.c
There is very little difference between the sun3_NCR5380.c core driver
and atari_NCR5380.c. The former is a fork of the latter.
Merge the sun3_NCR5380.c core driver into atari_NCR5380.c so that
sun3_scsi.c can adopt the latter and the former can be deleted.
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Tested-by: Michael Schmitz <schmitzmic@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/atari_scsi.c')
-rw-r--r-- | drivers/scsi/atari_scsi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/atari_scsi.c b/drivers/scsi/atari_scsi.c index 045112186f84..f0da0c8cbb0d 100644 --- a/drivers/scsi/atari_scsi.c +++ b/drivers/scsi/atari_scsi.c @@ -89,6 +89,7 @@ #define REAL_DMA #define SUPPORT_TAGS #define MAX_TAGS 32 +#define DMA_MIN_SIZE 32 #define NCR5380_implementation_fields /* none */ |