Re: [PATCH 28/29] atari_NCR5380: Refactor Falcon special cases

2014-10-06 Thread Hannes Reinecke
On 10/02/2014 08:56 AM, Finn Thain wrote: Make the atari_NCR5380.c core driver usable by sun3_scsi, mac_scsi and others by moving some of the Falcon-specific code out of the core driver: !IS_A_TT, atari_read_overruns and falcon_dont_release. Replace these with hostdata variables and flags.

Re: [PATCH 28/29] atari_NCR5380: Refactor Falcon special cases

2014-10-06 Thread Finn Thain
On Mon, 6 Oct 2014, Hannes Reinecke wrote: On 10/02/2014 08:56 AM, Finn Thain wrote: Make the atari_NCR5380.c core driver usable by sun3_scsi, mac_scsi and others by moving some of the Falcon-specific code out of the core driver: !IS_A_TT, atari_read_overruns and falcon_dont_release.

Re: [PATCH 28/29] atari_NCR5380: Refactor Falcon special cases

2014-10-06 Thread Ondrej Zary
On Monday 06 October 2014, Finn Thain wrote: On Mon, 6 Oct 2014, Hannes Reinecke wrote: On 10/02/2014 08:56 AM, Finn Thain wrote: Make the atari_NCR5380.c core driver usable by sun3_scsi, mac_scsi and others by moving some of the Falcon-specific code out of the core driver: !IS_A_TT,

[PATCH 28/29] atari_NCR5380: Refactor Falcon special cases

2014-10-02 Thread Finn Thain
Make the atari_NCR5380.c core driver usable by sun3_scsi, mac_scsi and others by moving some of the Falcon-specific code out of the core driver: !IS_A_TT, atari_read_overruns and falcon_dont_release. Replace these with hostdata variables and flags. FLAG_CHECK_LAST_BYTE_SENT is unused in