Subject: Re: 3c589d, netbsd1.4 and me.
To: Daniel Carosone <dan@geek.com.au>
From: Darren Reed <darrenr@reed.wattle.id.au>
List: port-i386
Date: 05/26/1999 19:13:13
In some email I received from Daniel Carosone, sie wrote:
> 
> 
> Darren Reed writes:
> 
>  > So far I've narrowed down the cause of the hangs when the card is inserted
>  > already to be the first "GO_WINDOW(1)" in epconfig().
>  > 
>  > Any tips on hacks to try and make this work ?
> 
> options PCIC_ISA_ALLOC_IOBASE=0x400
> options PCIC_ISA_ALLOC_IOSIZE=0x100
> 
> This should be a FAQ.
> 
> The problem is that the 589 is being configured at an address that
> conflicts with your laptop's sound card.  The above entries prevent
> this by moving the allowable region where pcmcia cards can be
> configured.  These numbers work for me and many other people, but may
> need to be adjusted to suit particular hardware.

Well, it no longer hangs when initializing the card!  It probes ok but doing
an "ifconfig ep0 up" results in this:
pcmcia1: card irq 11

and is thereafter locked up and won't even respond to PCMCIA cards being
ejected!

Darren