From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-12.arcor-online.net (mail-in-12.arcor-online.net [151.189.21.52]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 6409EDDED2 for ; Wed, 20 Jun 2007 20:04:07 +1000 (EST) In-Reply-To: <1182298509.5674.356.camel@rhino> References: <1182298509.5674.356.camel@rhino> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <567a30ea184b6efc37e4c5df60fea1ac@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH] Fix I8042 IRQs on MPC8641 HPCN Date: Wed, 20 Jun 2007 12:03:52 +0200 To: Wade Farnsworth Cc: linuxppc-dev , paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > * 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