From owner-freebsd-sparc64@FreeBSD.ORG Thu Dec 11 22:44:46 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 9A95C16A4CE for ; Thu, 11 Dec 2003 22:44:46 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46E2B43D09 for ; Thu, 11 Dec 2003 22:44:45 -0800 (PST) (envelope-from ilmar@watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.10/8.12.10) with ESMTP id hBC6iXUd012217; Fri, 12 Dec 2003 01:44:33 -0500 (EST) (envelope-from ilmar@watson.org) Received: from localhost (ilmar@localhost)hBC6iXOA012214; Fri, 12 Dec 2003 01:44:33 -0500 (EST) (envelope-from ilmar@watson.org) X-Authentication-Warning: fledge.watson.org: ilmar owned process doing -bs Date: Fri, 12 Dec 2003 01:44:33 -0500 (EST) From: "Ilmar S. Habibulin" To: Doug White In-Reply-To: <20031211155010.Q45532@carver.gumbysoft.com> Message-ID: <20031212013508.R11983@fledge.watson.org> References: <20031206223913.GN42925@seekingfire.com> <20031208170138.GE95945@seekingfire.com> <20031211072708.K85423@fledge.watson.org> <20031211155010.Q45532@carver.gumbysoft.com> 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: Fri, 12 Dec 2003 06:44:46 -0000 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? 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. Kernel was built from sources ~5.2-BETA or older. Maybe i should use dumpdev to force it create crashdump to investigate panics? 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? Thanx.