Subject: Re: CVS commit: src/sys/dev/pcmcia
To: None <mycroft@NetBSD.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: source-changes
Date: 08/09/2004 10:02:08
"Charles M. Hannum" <mycroft@NetBSD.org> writes:

> Module Name:	src
> Committed By:	mycroft
> Date:		Mon Aug  9 00:00:36 UTC 2004
> 
> Modified Files:
> 	src/sys/dev/pcmcia: if_ne_pcmcia.c
> 
> Log Message:
> Create two windows iff the config table asks for it.  Try to make them
> contiguous.  Map windows with mode AUTO since we have mixed size access.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.126 -r1.127 src/sys/dev/pcmcia/if_ne_pcmcia.c

The io handle need to free when failed to alloc sc_pcioh2 is not the
sc_pcioh2 but the sc_pcioh.

enami.