From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CE938CA9EC0 for ; Mon, 28 Oct 2019 23:39:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A622C214E0 for ; Mon, 28 Oct 2019 23:39:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726834AbfJ1XjE (ORCPT ); Mon, 28 Oct 2019 19:39:04 -0400 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:59036 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731041AbfJ1XjE (ORCPT ); Mon, 28 Oct 2019 19:39:04 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by kvm5.telegraphics.com.au (Postfix) with ESMTP id D83D82A277; Mon, 28 Oct 2019 19:38:59 -0400 (EDT) Date: Tue, 29 Oct 2019 10:38:56 +1100 (AEDT) From: Finn Thain To: Kars de Jong cc: John Paul Adrian Glaubitz , linux-m68k Subject: Re: ESP SCSI driver (was: Amiga PCMCIA network card support) In-Reply-To: Message-ID: References: <7d87adfd-4373-950d-fc94-3bbdcce9e798@flatline.de> <5531fcb0-687d-7186-a4b5-f2f9349d334a@flatline.de> <1989702b-16ca-b376-c33d-9e04e6de2ca3@physik.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-m68k-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-m68k@vger.kernel.org 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; --