From owner-cvs-all@FreeBSD.ORG Thu Jun 10 19:02:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4371316A4CE; Thu, 10 Jun 2004 19:02:29 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id E84B343D46; Thu, 10 Jun 2004 19:02:28 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (junior-wifi.samsco.home [192.168.0.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i5AJ4nkJ007893; Thu, 10 Jun 2004 13:04:50 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40C8B01B.3010203@freebsd.org> Date: Thu, 10 Jun 2004 13:01:47 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alfred Perlstein References: <200406100511.i5A5Beog063878@repoman.freebsd.org> <20040610184746.GF78955@elvis.mu.org> <40C8AD8A.2040309@freebsd.org> <20040610185730.GG78955@elvis.mu.org> In-Reply-To: <20040610185730.GG78955@elvis.mu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/esp esp_sbus.c lsi64854.c lsi64854reg.h lsi64854var.h ncr53c9x.c ncr53c9xreg.h ncr53c9xvar.h src/sys/modules/esp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2004 19:02:29 -0000 Alfred Perlstein wrote: > * Scott Long [040610 11:51] wrote: > >>Alfred Perlstein wrote: >> >>>* Scott Long [040609 22:11] wrote: >>> >>> >>>>scottl 2004-06-10 05:11:40 UTC >>>> >>>>FreeBSD src repository >>>> >>>>Added files: >>>> sys/dev/esp esp_sbus.c lsi64854.c lsi64854reg.h >>>> lsi64854var.h ncr53c9x.c ncr53c9xreg.h >>>> ncr53c9xvar.h >>>> sys/modules/esp Makefile >>>>Log: >>>>Port the NetBSD esp(4) driver. This only includes the sbus front-end, so >>>>its primary use is for the FEPS/FAS366 SCSI found in Sun Ultra 1e and 2 >>>>machines. Once the pci front-end is ported, this driver can replace the >>>>amd(4) driver. >>> >>> >>>omfg... excellent. Do we have hme support yet? >>> >> >>We've had HME for a long time. I had my ultra2 netbooted on it while I >>was doing this driver. > > > k, i forgot if it was just fas that wasn't supported, or if it was > hme as well. > > woo, now i can run freebsd on my 167mhz u1e... > > wait, is creator gfx supported? :( > Yes, Jake shoeshorned syscons onto sparc last year. I'm having troubles getting it to work, though, as it locks the system up solid a few seconds after going to multiuser. Scott