From owner-freebsd-current@FreeBSD.ORG Mon Nov 17 13:09:56 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 459F916A4CE for ; Mon, 17 Nov 2003 13:09:56 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EC3243FA3 for ; Mon, 17 Nov 2003 13:09:55 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 8F8BB72DB5; Mon, 17 Nov 2003 13:09:55 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 8DB0172DAD; Mon, 17 Nov 2003 13:09:55 -0800 (PST) Date: Mon, 17 Nov 2003 13:09:55 -0800 (PST) From: Doug White To: Mike Durian In-Reply-To: <200311171338.03337.durian@boogie.com> Message-ID: <20031117130900.C22102@carver.gumbysoft.com> References: <200311161028.48407.durian@boogie.com> <20031117094946.A21453@carver.gumbysoft.com> <200311171338.03337.durian@boogie.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: hard lock-up writing to tape X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 21:09:56 -0000 On Mon, 17 Nov 2003, Mike Durian wrote: > On Monday 17 November 2003 10:50 am, Doug White wrote: > > > > To debug this, you will need to set up a serial console with some special > > kernel options. Instructions for booting with serial console are in the > > Handbook, but you will have to compile with the following kernel options: > > Is there a trick to setting up a serial console on sio1? My line > drivers are fried on sio0 and I only have sio1, sio4 and sio5 available > for use. Set flag 0x80 on sio1 and take it off of sio0. Thats what the kernel uses to decide which port to use. The BOOT_COMCONSOLE_PORT is used by loader only. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org