From owner-cvs-all Fri Sep 18 16:12:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA27093 for cvs-all-outgoing; Fri, 18 Sep 1998 16:12:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from remler.nas.nasa.gov (remler.nas.nasa.gov [129.99.50.44]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA27006; Fri, 18 Sep 1998 16:11:52 -0700 (PDT) (envelope-from mjacob@nas.nasa.gov) Received: from localhost (mjacob@localhost) by remler.nas.nasa.gov (8.8.8/8.8.8) with SMTP id QAA20620; Fri, 18 Sep 1998 16:11:20 -0700 X-Authentication-Warning: remler.nas.nasa.gov: mjacob owned process doing -bs Date: Fri, 18 Sep 1998 16:11:20 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@nas.nasa.gov To: "Justin T. Gibbs" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci ncr.c In-Reply-To: <199809182241.PAA04479@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk If you can believe it, it apparently does SELECT w/o ATN when this is set. This means not only no identify message, but no disconnects either. On the other hand, I made changes in NetBSD recently in this area which only worked fitfully, so what do I know? On Fri, 18 Sep 1998, Justin T. Gibbs wrote: > gibbs 1998/09/18 15:41:13 PDT > > Modified files: > sys/pci ncr.c > Log: > Set QUIRK_NOMSG for all devices as was the case in the non-CAM version > of the driver. Why this is necessary (and how identify message handling > is performed when this is set) I don't comprehend... > > Revision Changes Path > 1.130 +3 -3 src/sys/pci/ncr.c >