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/11/2004 18:06:22
Module Name:	src
Committed By:	mycroft
Date:		Wed Aug 11 18:06:22 UTC 2004

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

Log Message:
The memory mode we were trying to use before is a total loss -- we don't get
any interrupts, and therefore wedge on any access.  However, there is another
memory mode that gives us a memory-mapped data register, which we can use.
Also set the new "DATA1K" flag to tell the wdc backend that we have a large
data area to read from -- this can be used with the region methods.


To generate a diff of this commit:
cvs rdiff -r1.84 -r1.85 src/sys/dev/pcmcia/wdc_pcmcia.c

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