Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 08/01/2003 14:54:13
Module Name:	src
Committed By:	scw
Date:		Fri Aug  1 14:54:13 UTC 2003

Modified Files:
	src/sys/dev/ic: i82557.c

Log Message:
In fxp_intr(), bail early without touching any registers if sc_enabled is
zero, otherwise we could cause PCI master aborts if the card is in D3 power
state and we happen to share a PCI interrupt line with some other device.


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 src/sys/dev/ic/i82557.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.