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

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

Log Message:
I can't believe this is even vaguely conforming, but...
At least one multifunction device I have shares the same CCR space for both
functions, and you have to write the configuration index to tell it which one
you're writing the other registers for(!).  So, write the config index first.
This is really quite horrible.


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 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.