[PATCH] Fix I8042 IRQs on MPC8641 HPCN

Segher Boessenkool segher at kernel.crashing.org
Wed Jun 20 20:03:52 EST 2007


>  	 * IRQ 9:  Level
>  	 * IRQ 10: Level
>  	 * IRQ 11: Level
> -	 * IRQ 12: Level
> +	 * IRQ 12: Edge
>  	 * IRQ 14: Edge
>  	 * IRQ 15: Edge
>  	 */
> -	outb(0xfa, 0x4d0);
> -	outb(0x1e, 0x4d1);
> +	outb(0xf8, 0x4d0);
> +	outb(0x0e, 0x4d1);

The comment doesn't mention IRQ13.  You're changing IRQ9
to edge as well; is this an accident?  If not, you need
to change the comment too.


Segher




More information about the Linuxppc-dev mailing list