*BSD News Article 50253


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!zombie.ncsc.mil!paladin.american.edu!gatech!howland.reston.ans.net!Germany.EU.net!news.dfn.de!RRZ.Uni-Koeln.DE!se
From: se@MI.Uni-Koeln.DE (Stefan Esser)
Newsgroups: comp.periphs.scsi,comp.os.linux.hardware,comp.unix.bsd.freebsd.misc,comp.os.linux.setup
Subject: Re: SCSI PCI host adapter
Date: 29 Aug 1995 11:13:47 GMT
Organization: Institute for Mathematics, University of Cologne, Germany
Lines: 34
Message-ID: <41uspb$3ak@news.rrz.uni-koeln.de>
References: <418r3m$9c6@trauma.rn.com> <41rqk7$2oj@mailhub.hcl.com> <41sjek$rtu@bonnie.tcd-dresden.de> <41stbt$db@trauma.rn.com> <41ufes$3fd@shell2.best.com>
NNTP-Posting-Host: sysiphos.mi.uni-koeln.de
To: rcarter@best.com (Russell Carter)
Xref: euryale.cc.adfa.oz.au comp.periphs.scsi:36670 comp.os.linux.hardware:14792 comp.unix.bsd.freebsd.misc:5459 comp.os.linux.setup:19007

In article <41ufes$3fd@shell2.best.com>, rcarter@best.com (Russell Carter) writes:
|> Both are superb, and drive these disks about as fast as they can go.
|> 
|> *However*, the 2940 driver supports a number of drives the NCR driver does not.
|> As I write this, I'm building my first world on a $965 Grand Prix 4.3G, which I don't
|> think is possible with my old friend the ncr driver.  The NCR driver works 
|> terrific on Q Atlas drives though.

Sorry, got to tell you that you got a detail wrong :-)

    The Grand-Prix does work with the NCR, too!

But it takes a one line patch in versions of the driver 
distibuted before the latest SNAP, to make it work.

If you need to use the Grand-Prix with an earlier 
version of the NCR driver, just change the line reading 
(near line 6650, depending on the exact revision):

        {"", "", "", 0} /* catch all: must be last entry. */

into:

        {"", "", "", QUIRK_NOMSG} /* catch all: must be last entry. */

(Lines in the neighborhood changed, so I can't easily 
offer a context diff.)

Regards, STefan
-- 
 Stefan Esser, Zentrum fuer Paralleles Rechnen		Tel:	+49 221 4706021
 Universitaet zu Koeln, Weyertal 80, 50931 Koeln	FAX:	+49 221 4705160
 ==============================================================================
 http://www.zpr.uni-koeln.de/staff/esser/esser.html	  <se@ZPR.Uni-Koeln.DE>