From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4616BC86.7020601@am.sony.com> Date: Fri, 06 Apr 2007 14:32:54 -0700 From: Geoff Levand MIME-Version: 1.0 To: David Woodhouse Subject: Re: [Cbe-oss-dev] [PATCH] Implement check_legacy_ioport() on PS3 References: <1175212972.3122.87.camel@pmac.infradead.org> In-Reply-To: <1175212972.3122.87.camel@pmac.infradead.org> Content-Type: text/plain; charset=UTF-8 Cc: linuxppc-dev@ozlabs.org, cbe-oss-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , David Woodhouse wrote: > It doesn't like it when we poke at legacy I/O ports like the i8042. We > should probably change the _default_ to return -ENODEV, and let any > strange platform which wants to allow unfettered access provide its own > function for that. I added this one to ps3-linux.git until support for a platform default routine is made. -Geoff