Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 10/17/2000 03:56:32
Module Name:	syssrc
Committed By:	tv
Date:		Tue Oct 17 00:56:32 UTC 2000

Modified Files:
	syssrc/sys/dev/pcmcia [netbsd-1-5]: if_wi.c

Log Message:
Pullup 1.41 [jonathan]:
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.21.2.6 -r1.21.2.7 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.