mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Fix misspelled i8259 typo in io_apic.c
@ 2005-09-09 10:59 Karsten Wiese
  2005-09-09 11:15 ` Vojtech Pavlik
  0 siblings, 1 reply; 2+ messages in thread
From: Karsten Wiese @ 2005-09-09 10:59 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

The legacy PIC's name is "i8259".

Signed-off-by: Karsten Wiese <annabellesgarden@yahoo.de>


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix misspelled i8259 typo in io_apic.c
  2005-09-09 10:59 [PATCH] Fix misspelled i8259 typo in io_apic.c Karsten Wiese
@ 2005-09-09 11:15 ` Vojtech Pavlik
  0 siblings, 0 replies; 2+ messages in thread
From: Vojtech Pavlik @ 2005-09-09 11:15 UTC (permalink / raw)
  To: Karsten Wiese; +Cc: torvalds, linux-kernel

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@yahoo.de>

Indeed, i82559 is an Ethernet NIC.

Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>

> 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@vger.kernel.org
> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-09-09 11:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-09 10:59 [PATCH] Fix misspelled i8259 typo in io_apic.c Karsten Wiese
2005-09-09 11:15 ` Vojtech Pavlik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®