From owner-cvs-all Wed Sep 16 21:07:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04858 for cvs-all-outgoing; Wed, 16 Sep 1998 21:07:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA04671 for ; Wed, 16 Sep 1998 21:06:26 -0700 (PDT) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.8.7/8.8.5) with ESMTP id WAA01010; Wed, 16 Sep 1998 22:05:55 -0600 (MDT) Message-Id: <199809170405.WAA01010@pluto.plutotech.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Kenneth D. Merry" cc: dillon@backplane.com (Matthew Dillon), committers@FreeBSD.ORG Subject: Re: buildworld/installworld, minor inconsistancies In-reply-to: Your message of "Wed, 16 Sep 1998 21:48:08 MDT." <199809170348.VAA29842@panzer.plutotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 16 Sep 1998 21:59:33 -0600 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ... >> /sbin/scsiformat not in Makefile, not built, not installed, still >> resides in source tree > >I intend to go through and remove some more of the files that have been >made obsolete by CAM. Those are some of them, although I could probably >port scsiformat to camcontrol. You can add libscsi to that list as well. >Give me another couple of days, I'll try to clean them out. I mentioned to committers when I finished the big CAM integration push that there were several files still in the tree that were "disconnected" but not garbage collected yet. Mostly this was due to my need for sleep. I meant to clear these out earlier today, but firefighting prevented that. Most of the files that came to mind, I just deleted. >> /usr/sbin/ncrcontrol currently built for alpha architecture only ? > >I think most of the things that ncrcontrol does are either already done by >camcontrol or the devstat utilities. Or if they're not, they can probably >be easily added. I think Justin said it doesn't work with the CAM port of >the NCR driver anyway. Yes. CAM has all of the hooks to allow you to set transfer settings, tag enables, etc in a controller neutral fashion. Camcontrol should get the command line options to set these once we've had a bit to catch our breath. So you haven't mentioned anything about how well your news server is holding up with CAM... -- Justin