Subject: Re: port-i386/33492: wi(4) crash
To: None <port-i386-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: netbsd-bugs
Date: 05/19/2006 11:30:03
The following reply was made to PR port-i386/33492; it has been noted by GNATS.
From: Matthias Drochner <M.Drochner@fz-juelich.de>
To: gnats-bugs@NetBSD.org
Cc: port-i386-maintainer@NetBSD.org, gnats-admin@NetBSD.org,
netbsd-bugs@NetBSD.org, abrasive@axdf.net
Subject: Re: port-i386/33492: wi(4) crash
Date: Fri, 19 May 2006 13:26:35 +0200
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