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 7DD2BDDF3E for ; Fri, 8 Jun 2007 03:04:16 +1000 (EST) In-Reply-To: <1181234565.5674.182.camel@rhino> References: <1181147415.5674.108.camel@rhino> <1181234565.5674.182.camel@rhino> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <56b6143f7a188370557f3407c5a356c9@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH] Fix the LPC47M192 SuperIO on the MPC8641 HPCN Date: Thu, 7 Jun 2007 19:04:10 +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: , >>> + /* enable superio @ 0x4e and keyboard/mouse address decoding */ >>> + pci_write_config_byte(dev, 0x63, 0x90); >> >> I doubt that comment is accurate. > > m1575 legacy interface device register 0x63 is the legacy I/O decoding > control. > > Writing 0x90 enables ports 0x4e and 0x4f for Super I/O configuration > and > ports 0x60 and 0x64 for keyboard/mouse. Ah I see. Copy this explanation into your next version of the patch? :-) Segher