From owner-cvs-sys Fri Nov 8 15:46:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA19406 for cvs-sys-outgoing; Fri, 8 Nov 1996 15:46:20 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA19387; Fri, 8 Nov 1996 15:46:08 -0800 (PST) Date: Fri, 8 Nov 1996 15:46:08 -0800 (PST) From: Stefan Esser Message-Id: <199611082346.PAA19387@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 96/11/08 15:46:07 Modified: sys/pci ncr.c Log: Only access the specific interrupt status registers if required. This follows more closely the suggestions in the latest NCR docs, and has been running on my system for weeks with no problem. It does improve the quality of diagnostic messages and does allow to better understand the sequence of events in case of an error. This should go into 2.2 and 2.1.6. Revision Changes Path 1.83 +4 -4 src/sys/pci/ncr.c