Subject: CVS commit: sharesrc
To: None <source-changes@netbsd.org>
From: John Hawkinson <jhawk@netbsd.org>
List: source-changes
Date: 05/09/2000 10:59:39
Module Name:	sharesrc
Committed By:	jhawk
Date:		Tue May  9 17:59:39 UTC 2000

Modified Files:
	sharesrc/share/man/man4: pcmcia.4
	syssrc/sys/dev/isa: i82365_isasubr.c

Log Message:
Back out rev 1.7 of i82365_isa.c; 0x300-0x3ff, or even 0x330-0x3ff
is not a reasonable place to allocate 12-bit pcmcia iospace.
It seems to cause conflicts on a large number of modern laptops,
necesitating hand-patching of the kernel (mostly due to
video devices in the upper range of that space).

This will presumably cause problems on the NEC Versa 6030X,
however that appears to be a vastly less common case than
the laptops that are inconvenienced by the current state.

12-bit iospace now uses 0x400-0xfff.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 sharesrc/share/man/man4/pcmcia.4
cvs rdiff -r1.20 -r1.21 syssrc/sys/dev/isa/i82365_isasubr.c

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