Re: Call for testers: ne2k-pci and io apic (was: Re: QUESTION: Network hangs with BP6...)

J . A . Magallon (jamagallon@able.es)
Sun, 14 Jan 2001 01:23:44 +0100


On 2001.01.13 Manfred Spraul wrote:
>
> Please:
> * apply the attached patch.
> --
> Manfred
> --- linux/arch/i386/kernel/apic.c Tue Dec 5 21:43:48 2000
> +++ linux/arch/i386/kernel/apic.c.new Sat Jan 13 15:54:56 2001
> @@ -270,7 +270,7 @@
> * PCI Ne2000 networking cards and PII/PIII processors, dual
> * BX chipset. ]
> */
> -#if 0
> +#if 1
> /* Enable focus processor (bit==0) */
> value &= ~(1<<9);
> #else
>

In my 2.4.0-ac9, that code goes to line 315 and looks like:

* BX chipset. ]
*/
#if 0
/* Enable focus processor (bit==0) */
value &= ~APIC_SPIV_FOCUS_DISABLED;
#else
/* Disable focus processor (bit==1) */
value |= APIC_SPIV_FOCUS_DISABLED;
#endif
/*
* Set spurious IRQ vector

-- 
J.A. Magallon                                                      $> cd pub
mailto:jamagallon@able.es                                          $> more beer

Linux werewolf 2.4.0-ac8 #1 SMP Fri Jan 12 18:02:50 CET 2001 i686

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/