Subject: Re: port-i386/33492: wi(4) crash
To: None <gnats-bugs@NetBSD.org>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: netbsd-bugs
Date: 05/19/2006 13:26:35
abrasive@axdf.net said:
>  Hacking up the pcic driver to use 0x30x as the I/O port fixed the
> problem entirely. 

There are options which you can set in the kernel config:
PCIC_ISA_ALLOC_IOBASE and PCIC_ISA_ALLOC_IOSIZE.
(see dev/isa/i82365_isasubr.c)

If you have some time left: could you put some printfs into
pcic_isa_bus_width_probe(), to understand why the automatic
detection doesn't work in your case?

best regards
Matthias