ncr5380: Merge DMA implementation from atari_NCR5380 core driver
Adopt the DMA implementation from atari_NCR5380.c. This means that atari_scsi and sun3_scsi can make use of the NCR5380.c core driver and the atari_NCR5380.c driver fork can be made redundant. Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Reviewed-by: Hannes Reinecke <hare@suse.com> Tested-by: Michael Schmitz <schmitzmic@gmail.com> Tested-by: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:

committed by
Martin K. Petersen

parent
438af51c64
commit
8053b0ee79
@@ -466,7 +466,7 @@ static int __init generic_NCR5380_detect(struct scsi_host_template *tpnt)
|
||||
}
|
||||
#endif
|
||||
|
||||
if (NCR5380_init(instance, flags))
|
||||
if (NCR5380_init(instance, flags | FLAG_LATE_DMA_SETUP))
|
||||
goto out_unregister;
|
||||
|
||||
switch (overrides[current_override].board) {
|
||||
|
Reference in New Issue
Block a user