Re: [PATCH] Fix misspelled i8259 typo in io_apic.c

From: Vojtech Pavlik
Date: Fri Sep 09 2005 - 06:15:51 EST


On Fri, Sep 09, 2005 at 12:59:04PM +0200, Karsten Wiese wrote:
> The legacy PIC's name is "i8259".
>
> Signed-off-by: Karsten Wiese <annabellesgarden@xxxxxxxx>

Indeed, i82559 is an Ethernet NIC.

Signed-off-by: Vojtech Pavlik <vojtech@xxxxxxx>

> diff -upr linux-2.6.13-rc6/arch/i386/kernel/io_apic.c linux-2.6.13/arch/i386/kernel/io_apic.c
> --- linux-2.6.13-rc6/arch/i386/kernel/io_apic.c 2005-08-08 11:46:00.000000000 +0200
> +++ linux-2.6.13/arch/i386/kernel/io_apic.c 2005-08-08 13:24:52.000000000 +0200
> @@ -1641,9 +1641,9 @@ void disable_IO_APIC(void)
> clear_IO_APIC();
>
> /*
> - * If the i82559 is routed through an IOAPIC
> + * If the i8259 is routed through an IOAPIC
> * Put that IOAPIC in virtual wire mode
> - * so legacy interrups can be delivered.
> + * so legacy interrupts can be delivered.
> */
> pin = find_isa_irq_pin(0, mp_ExtINT);
> if (pin != -1) {
> diff -upr linux-2.6.13-rc6/arch/x86_64/kernel/io_apic.c linux-2.6.13/arch/x86_64/kernel/io_apic.c
> --- linux-2.6.13-rc6/arch/x86_64/kernel/io_apic.c 2005-08-08 11:46:01.000000000 +0200
> +++ linux-2.6.13/arch/x86_64/kernel/io_apic.c 2005-08-08 13:25:09.000000000 +0200
> @@ -1138,9 +1138,9 @@ void disable_IO_APIC(void)
> clear_IO_APIC();
>
> /*
> - * If the i82559 is routed through an IOAPIC
> + * If the i8259 is routed through an IOAPIC
> * Put that IOAPIC in virtual wire mode
> - * so legacy interrups can be delivered.
> + * so legacy interrupts can be delivered.
> */
> pin = find_isa_irq_pin(0, mp_ExtINT);
> if (pin != -1) {
> _
>
>
>
>
>
> ___________________________________________________________
> Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>

--
Vojtech Pavlik
SuSE Labs, SuSE CR
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/