Subject: Re: wi0: couldn't establish interrupt
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Stephen Borrill <netbsd@precedence.co.uk>
List: port-i386
Date: 06/19/2003 10:49:49
On Wed, 18 Jun 2003, Manuel Bouyer wrote:
> On Tue, Jun 17, 2003 at 02:03:18PM +0100, Stephen Borrill wrote:
> > I've been trying to get a wireless ethernet card to work in a Sony Vaio
> > PCG-QR10. The card is recognised, but the driver fails to attach properly
> > because being unable to find any irqs.
> > 
> > I've switched off PNP OS in the BIOS (which got the onboard ethernet
> > working). I've updated the BIOS (no change). There are no other relevant
> > BIOS options.
> > 
> > Attached is a dmesg.
> > 
> > NetBSD 1.6.1 (THINIT) #16: Mon Jun 16 14:56:03 BST 2003
> >     root@netmanager:/usr/src/sys/arch/i386/compile/THINIT
> 
> Maybe try current, to get the last ACPI code, and try the various
> ACPI_*_FIXUP or PCIBIOS* options. A few things have changed since I tried,
> especially in ACPI land

You might like to try again, Manuel!

Adding the following to -current got it working:
acpi0           at mainbus0
options         ACPI_PCI_FIXUP          # PCI interrupt routing via ACPI

Thanks,

Stephen