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

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

Log Message:
Assume that io_map/unmap and intr_establish/disestablish will not be called
with the function enabled.  If this happens, issue a warning.  (This is only
really important for multifunction cards.)

This allows me to get rid of a bunch of extra code.


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 src/sys/dev/pcmcia/pcmcia.c

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