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 20:02:36
Module Name:	src
Committed By:	mycroft
Date:		Mon Aug  9 20:02:36 UTC 2004

Modified Files:
	src/sys/dev/pcmcia: pcmcia.c pcmciavar.h

Log Message:
Dispense with all the interrupt multiplexing code here, and assume that the
underlying implementation DTRT.  This has the side effect of causing us to
ignore the INTR and INTRACK bits in the CCR -- but this seems for the best
anyway, since they are not reliably implemented.  (I note that Linux doesn't
bother either.)


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/sys/dev/pcmcia/pcmcia.c
cvs rdiff -r1.21 -r1.22 src/sys/dev/pcmcia/pcmciavar.h

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