From owner-cvs-all@FreeBSD.ORG Thu Jun 10 05:21:53 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 D380A16A4CE; Thu, 10 Jun 2004 05:21:53 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D72B43D53; Thu, 10 Jun 2004 05:21:53 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 9738465400; Thu, 10 Jun 2004 06:21:51 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06306-03-2; Thu, 10 Jun 2004 06:21:51 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id C3645653FF; Thu, 10 Jun 2004 06:21:50 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 660D3610F; Thu, 10 Jun 2004 06:21:47 +0100 (BST) Date: Thu, 10 Jun 2004 06:21:47 +0100 From: Bruce M Simpson To: Scott Long Message-ID: <20040610052147.GJ4623@empiric.dek.spc.org> Mail-Followup-To: Scott Long , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200406100511.i5A5Beog063878@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406100511.i5A5Beog063878@repoman.freebsd.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 05:21:54 -0000 On Thu, Jun 10, 2004 at 05:11:40AM +0000, Scott Long wrote: > 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. Impressive. Excellent. Frags. BMS