From owner-cvs-all Fri Sep 18 15:42:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19803 for cvs-all-outgoing; Fri, 18 Sep 1998 15:42:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA19676; Fri, 18 Sep 1998 15:41:42 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA04479; Fri, 18 Sep 1998 15:41:13 -0700 (PDT) Date: Fri, 18 Sep 1998 15:41:13 -0700 (PDT) Message-Id: <199809182241.PAA04479@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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