Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 02/17/2001 13:41:35
Module Name:	syssrc
Committed By:	martin
Date:		Sat Feb 17 11:41:35 UTC 2001

Modified Files:
	syssrc/sys/dev/pcmcia: i4b_avm_fritz_pcmcia.c

Log Message:
Abort attach when failing to allocate io range.
Don't allocate one large io range, this fails about every time on real
pcmcia buses (not attached to pci/cardbus bridges) because of other
devices interfering in that range. Use the bogusly small region for
now, which works purely by chance (map granularity) on cardbus bridges
too (more or less).
XXX - make this map three different, small regions after layer1 <-> layer2
XXX   interface has been brought in shape.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/pcmcia/i4b_avm_fritz_pcmcia.c

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