]> asedeno.scripts.mit.edu Git - linux.git/commit
scsi: esp_scsi: Add support for FSC chip
authorKars de Jong <jongk@linux-m68k.org>
Tue, 19 Nov 2019 20:20:21 +0000 (21:20 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 20 Dec 2019 03:08:51 +0000 (22:08 -0500)
commitbd40726153c646ed28f830e22a27f5e831b77017
tree6b9689e3a29d6e8272852d2a98b79a7339f2cde6
parent2086faae3c55a652cfbd369e18ecdb703aacc493
scsi: esp_scsi: Add support for FSC chip

The FSC (NCR53CF9x-2 / SYM53CF9x-2) has a different family code than QLogic
or Emulex parts. This caused it to be detected as a FAS100A.

Unforunately, this meant the configuration of the CONFIG3 register was
incorrect. This causes data transfer issues with FAST-SCSI targets.

The FSC also has the CONFIG4 register. It can be used to enable a feature
called Active Negation which should always be enabled according to the data
manual.

Link: https://lore.kernel.org/r/20191119202021.28720-3-jongk@linux-m68k.org
Reviewed-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Kars de Jong <jongk@linux-m68k.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/esp_scsi.c
drivers/scsi/esp_scsi.h