Subject: CVS commit: src/sys/dev/pcmcia
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 08/09/2004 17:00:53
Module Name:	src
Committed By:	mycroft
Date:		Mon Aug  9 17:00:53 UTC 2004

Modified Files:
	src/sys/dev/pcmcia: com_pcmcia.c spc_pcmcia.c

Log Message:
Do io_map() and intr_establish() before enabling the function, always.  This
prevents "stray interrupts" during attach.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/dev/pcmcia/com_pcmcia.c
cvs rdiff -r1.4 -r1.5 src/sys/dev/pcmcia/spc_pcmcia.c

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