Re: [acpi-jp 2325] Re: ACPI and PCI vs interrupt routing on Sony VAIO's

From: Iain Templeton <iain.templeton_at_cisra.canon.com.au>
Date: Fri, 06 Jun 2003 09:06:20 +1000
John Baldwin wrote:
>
>
>Please try:
>
>Index: pci.c
>===================================================================
>RCS file: /usr/cvs/src/sys/dev/pci/pci.c,v
>retrieving revision 1.215
>diff -u -r1.215 pci.c
>--- pci.c       31 May 2003 20:34:36 -0000      1.215
>+++ pci.c       2 Jun 2003 20:09:08 -0000
>_at__at_ -798,7 +798,7 _at__at_
>        }
> 
>        if (cfg->intpin > 0 && PCI_INTERRUPT_VALID(cfg->intline)) {
>-#ifdef __ia64__
>+#if defined(__ia64__) || (defined(__i386__) && !defined(SMP))
>                /*
>                 * Re-route interrupts on ia64 so that we can get the
>                 * I/O SAPIC interrupt numbers (the BIOS leaves legacy
>


Works for me. I now have sound without any pciconf commands. Most happy.
(...and I wouldn't have thought to do that there, guess that's why I'm 
not the one with the commit access ).

It does try and route the same LNKx interrupts multiple times, but I guess
that won't matter unless they decide to change.

Iain
Received on Thu Jun 05 2003 - 15:08:40 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:10 UTC