From owner-freebsd-stable@FreeBSD.ORG Thu Apr 27 16:35:34 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D60D16A433 for ; Thu, 27 Apr 2006 16:35:34 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFCA243D5E for ; Thu, 27 Apr 2006 16:35:33 +0000 (GMT) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (localhost [127.0.0.1]) by bunrab.catwhisker.org (8.13.3/8.13.3) with ESMTP id k3RGZXGi091099; Thu, 27 Apr 2006 09:35:33 -0700 (PDT) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.13.3/8.13.1/Submit) id k3RGZXHE091098; Thu, 27 Apr 2006 09:35:33 -0700 (PDT) (envelope-from david) Date: Thu, 27 Apr 2006 09:35:32 -0700 From: David Wolfskill To: Dmitry Morozovsky Message-ID: <20060427163532.GO32062@bunrab.catwhisker.org> Mail-Followup-To: David Wolfskill , Dmitry Morozovsky , stable@freebsd.org References: <20060427201028.W30080@woozle.rinet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060427201028.W30080@woozle.rinet.ru> User-Agent: Mutt/1.4.2.1i Cc: stable@freebsd.org Subject: Re: console on sioN (not 0), RELENG_6 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2006 16:35:34 -0000 On Thu, Apr 27, 2006 at 08:16:42PM +0400, Dmitry Morozovsky wrote: > Colleagues, > > what should I do to drift serial console from sio0 to sio4 on puc (alas, com1 > is broken on given motherboard, and there is no com2)? Quick googling and > looking through the Handbook does not help much. > > Thanks in advance. What I've done: * Create or update /boot.config to include a line that reads "-P" (or "-DP"). * Update /boot/device.hints to remove the 0x10 flag from sio.0. (Not sure that's needed, but....) Add that flag to sio.N (sio.4, in your case). * Assuming(!) you want to be able to login to the device, update /etc/ttys to have a getty running on ttydN (ttyd4, in your case). The above is based on my experiences with machines using the Intel SE7520JR2 system board, which provides an RJ45 port on the back for "Serial B". Peace, david -- David H. Wolfskill david@catwhisker.org Mail filters, like sewers, need to be most restrictive at the point of entry. See http://www.catwhisker.org/~david/publickey.gpg for my public key.