Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 10/13/2000 22:15:09
Module Name:	syssrc
Committed By:	jonathan
Date:		Fri Oct 13 19:15:09 UTC 2000

Modified Files:
	syssrc/sys/dev/pcmcia: if_wi.c

Log Message:
Fix wi_intr() to avoid touching card registers during insert/remove  events,
when sharing an interrupt with other devices:
check sc->sc_enabled,  and drop the interrupt if its' off.

Also check for IFF_RUNNING, on advice of Enami Tsugotomo.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 syssrc/sys/dev/pcmcia/if_wi.c

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