Subject: CVS commit: syssrc/sys/dev/pcmcia
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/24/2001 11:30:42
Module Name:	syssrc
Committed By:	christos
Date:		Mon Dec 24 09:30:41 UTC 2001

Modified Files:
	syssrc/sys/dev/pcmcia: com_pcmcia.c if_ep_pcmcia.c

Log Message:
when we disable, we first disestablish the interrupt and then the card.
when we enable, we first configure the card and then establish the interrupt.
This is so that the ccr is mapped on multifunction cards.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 syssrc/sys/dev/pcmcia/com_pcmcia.c
cvs rdiff -r1.35 -r1.36 syssrc/sys/dev/pcmcia/if_ep_pcmcia.c

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