On Mon, 28 Oct 2019, Kars de Jong wrote:
Michael actually tested everything on the Amiga 4000.
It probably uses a different chip. The text and images show it's a
QLogic FAS216 (which is the same as a FAS236, FAS236 is the differential
variant). The type should more accurately be presented as "FAS2x6" since
you can't tell which type it is in software.
FWIW, the old driver, removed in commit a2c6ef71364e ("[SCSI] NCR53C9x:
remove driver", has this:
- if(family_code == 0x02) {
- if ((version & 7) == 2)
- esp->erev = fas216;
- else
- esp->erev = fas236;
--