From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtps.tip.net.au (chilli.pcug.org.au [203.10.76.44]) by ozlabs.org (Postfix) with ESMTP id 6E0EE67B6C for ; Wed, 12 Jul 2006 17:10:52 +1000 (EST) Date: Wed, 12 Jul 2006 17:08:54 +1000 From: Stephen Rothwell To: paulus@samba.org Subject: [PATCH 2/3] Update IBM virtual console entry in devices.txt Message-Id: <20060712170854.2a1ecf4f.sfr@canb.auug.org.au> In-Reply-To: <20060712170655.459b8d71.sfr@canb.auug.org.au> References: <20060712170655.459b8d71.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: ppc-dev , device@lanana.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Char major was never used for iSeries consoles in the mainline kernel. It has been used for the pSeries virtual and RTAS consoles and will be used for the new iSeries console. Signed-off-by: Stephen Rothwell --- Documentation/devices.txt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ diff --git a/Documentation/devices.txt b/Documentation/devices.txt index 4aaf68f..c661dca 100644 --- a/Documentation/devices.txt +++ b/Documentation/devices.txt @@ -3005,9 +3005,9 @@ Your cooperation is appreciated. 2 = /dev/3270/tub2 Second 3270 terminal ... -229 char IBM iSeries virtual console - 0 = /dev/iseries/vtty0 First console port - 1 = /dev/iseries/vtty1 Second console port +229 char IBM iSeries/pSeries virtual console + 0 = /dev/hvc0 First console port + 1 = /dev/hvc1 Second console port ... 230 char IBM iSeries virtual tape -- 1.4.0