On 9/30/21 12:21 AM, Arnd Bergmann wrote:
On Wed, Sep 15, 2021 at 11:16 AM John Garry <john.garry@xxxxxxxxxx> wrote:
From: Hannes Reinecke <hare@xxxxxxx>
The acornscsi driver has a config option to enable tagged queuing,
but this option gets disabled in the driver itself with the comment
'needs to be debugged'.
As this is a _really_ old driver I doubt anyone will be wanting to
invest time here, so remove the tagged queue vestiges and make
our live easier.
Signed-off-by: Hannes Reinecke <hare@xxxxxxx>
jpg: Use scsi_cmd_to_rq()
Signed-off-by: John Garry <john.garry@xxxxxxxxxx>
A few thousand randconfig builds later, I actually came across
building this driver.
Building all SCSI code is nontrivial. The shell script that I am using
myself to build all SCSI kernel code is available here:
https://github.com/bvanassche/build-scsi-drivers
Bart.