From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from canuck.infradead.org (canuck.infradead.org [209.217.80.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id E941BDDEF2 for ; Tue, 14 Aug 2007 21:53:28 +1000 (EST) Subject: Re: [PATCH] Stop pmac_zilog from abusing 8250's device numbers. From: David Woodhouse To: Olaf Hering In-Reply-To: <20070814114931.GA13319@aepfle.de> References: <1175610345.2665.15.camel@shinybook.infradead.org> <17938.57292.870224.132415@cargo.ozlabs.ibm.com> <20070814114931.GA13319@aepfle.de> Content-Type: text/plain Date: Tue, 14 Aug 2007 19:53:12 +0800 Message-Id: <1187092392.3707.74.camel@shinybook.infradead.org> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, Paul Mackerras , linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2007-08-14 at 13:49 +0200, Olaf Hering wrote: > On Wed, Apr 04, Paul Mackerras wrote: > > > David Woodhouse writes: > > > > > There are proper device numbers registered for pmac_zilog now. Use them. > > Which numbers? shinybook /shiny/git/mtd-utils $ ls -l /dev/ttyPZ* crw-rw---- 1 root uucp 204, 192 2007-08-13 11:48 /dev/ttyPZ0 crw-rw---- 1 root uucp 204, 193 2007-08-13 11:48 /dev/ttyPZ1 -- dwmw2