From owner-freebsd-sparc64@FreeBSD.ORG Fri Dec 12 18:03:59 2003 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFE9A16A4CE for ; Fri, 12 Dec 2003 18:03:59 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCDDB43D35 for ; Fri, 12 Dec 2003 18:03:58 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id B15FF72DBF; Fri, 12 Dec 2003 18:03:58 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id AF2D472DB5; Fri, 12 Dec 2003 18:03:58 -0800 (PST) Date: Fri, 12 Dec 2003 18:03:58 -0800 (PST) From: Doug White To: "Ilmar S. Habibulin" In-Reply-To: <20031212013508.R11983@fledge.watson.org> Message-ID: <20031212180223.B55616@carver.gumbysoft.com> References: <20031206223913.GN42925@seekingfire.com> <20031208170138.GE95945@seekingfire.com> <20031211072708.K85423@fledge.watson.org> <20031212013508.R11983@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD-Sparc64 Subject: Re: blades' support X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2003 02:03:59 -0000 On Fri, 12 Dec 2003, Ilmar S. Habibulin wrote: > > > On Thu, 11 Dec 2003, Doug White wrote: > > > > Does somebody working on ati rage xl & usb keyboard-mouse for blade 100? > > USB should be working, but no X support as of yet. > So i can be able to compile in usb&ukbd and this will work? Should. I don't have a blade to test with, but I think a few people do and they haven't been complaining. > I have strange panics if i use ofw_console (screen + keyboard, non > serial) and login in remotely. I can issue a few commands remotely, them > machine panics. And keyboard is dead, i can't type commands in DDB prompt. USB may be protected by Giant, so while you won't be able to get in via that method, if you can reproduce it on serial console a serial BREAK there should drop you into ddb. > Kernel was built from sources ~5.2-BETA or older. Maybe i should use > dumpdev to force it create crashdump to investigate panics? That'd be useful, as well as the actual panic messages. > ofw_console works very slow, so i want to try to write driver for vga card > for syscons&sparc64. I'm not experienced in driver programming, so i've > asked if someone is already working on it. If not -- is there any tips > that may help me? There's a creator driver already in the tree. You'd need to know ATI card internals, though. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org