Subject: Re: port-i386/33922: ath0 stopped working after ACPI changes
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 08/20/2006 23:15:08
The following reply was made to PR kern/33922; it has been noted by GNATS.
From: Martin Husemann <martin@duskware.de>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: port-i386/33922: ath0 stopped working after ACPI changes
Date: Sun, 20 Aug 2006 23:37:23 +0200
Hmm, I wonder why we do not realy listen to what ACPI tells us. The
Link Device in question is:
Link Device LNKB:
Index IRQ Rtd Ref IRQs
0 255 N 5 5 7
and Windows just uses IRQ 5 for these two devices. We do not do that, because
the only interrupts ever entered into pci_link_bios_isa_irqs are the SCI (9)
and bios IRQ 11. The output of acpidump for this machine can be found
at: http://www.netbsd.org/~martin/acpidump.
Martin