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:[EMAIL PROTECTED] $> 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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
- Re: QUESTION: Network hangs with BP... Manfred Spraul
- Re: QUESTION: Network hangs with BP... Frank de Lange
- Re: QUESTION: Network hangs with BP... Jens Axboe
- Re: QUESTION: Network hangs with BP... Andrew Morton
- Re: QUESTION: Network hangs with BP... Linus Torvalds
- Re: QUESTION: Network hangs with BP... Andrew Morton
- Re: QUESTION: Network hangs with BP... Russell King
- Call for testers: ne2k-pci and io a... Manfred Spraul
- Re: Call for testers: ne2k-pci and ... Manfred Spraul
- Re: Call for testers: ne2k-pci and ... J . A . Magallon
- Re: Call for testers: ne2k-pci and ... J . A . Magallon
- Re: Call for testers: ne2k-pci and ... J . A . Magallon
- Re: QUESTION: Network hangs with BP... Zdenek Kabelac
- Re: QUESTION: Network hangs with BP... Manfred Spraul
- Re: QUESTION: Network hangs with BP... Andrew Morton
- Re: QUESTION: Network hangs with BP6 and 2.4.x kernels, h... Alan Cox
- Re: QUESTION: Network hangs with BP6 and 2.4.x kerne... Manfred Spraul
- Re: QUESTION: Network hangs with BP6 and 2.4.x k... Ingo Molnar
- Re: QUESTION: Network hangs with BP6 and 2.4... Manfred Spraul
- Re: QUESTION: Network hangs with BP6 and... Ingo Molnar
- Re: QUESTION: Network hangs with BP6 and 2.4.x k... Linus Torvalds

