From owner-freebsd-current@FreeBSD.ORG Mon Oct 20 10:03:57 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 9142A16A4B3; Mon, 20 Oct 2003 10:03:57 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7337543FCB; Mon, 20 Oct 2003 10:03:54 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) h9KH3qOH039733; Mon, 20 Oct 2003 10:03:52 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)h9KH3qZR039732; Mon, 20 Oct 2003 10:03:52 -0700 (PDT) (envelope-from sgk) Date: Mon, 20 Oct 2003 10:03:52 -0700 From: Steve Kargl To: Robert Watson Message-ID: <20031020170352.GA39640@troutmask.apl.washington.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: current@freebsd.org Subject: Re: ethercons: ethernet console driver for 5-current 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, 20 Oct 2003 17:03:57 -0000 On Mon, Oct 20, 2003 at 12:13:27PM -0400, Robert Watson wrote: > > I had a fair amount of time over the last week running in disconnected > operation, and realized I had too many cables under my desk, so I spent a > bit of time exploring the FreeBSD console code. After reading a FREENIX > paper this summer on a Linux ethernet console driver, I took a pass at > implementing ethernet console support for FreeBSD. Robert, This looks very interesting! Can we run ddb over the ethercon to debug a wedged machine? -- Steve