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/12/2004 19:59:07
Module Name:	src
Committed By:	mycroft
Date:		Thu Aug 12 19:59:07 UTC 2004

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

Log Message:
Simplify a little.  Pass down the card type from pcmcia_function_enable(),
which just gets it from the config entry for the function it's enabling.
Multifunction cards are defined to be of type I/O on every function, so there
is no possibility of accidentally switching.


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 src/sys/dev/pcmcia/pcmcia.c
cvs rdiff -r1.27 -r1.28 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.