From owner-cvs-all Wed Sep 16 20:49:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA01554 for cvs-all-outgoing; Wed, 16 Sep 1998 20:49:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA01362 for ; Wed, 16 Sep 1998 20:48:34 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.1/8.8.5) id VAA29842; Wed, 16 Sep 1998 21:48:08 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199809170348.VAA29842@panzer.plutotech.com> Subject: Re: buildworld/installworld, minor inconsistancies In-Reply-To: <199809170319.UAA26241@apollo.backplane.com> from Matthew Dillon at "Sep 16, 98 08:19:35 pm" To: dillon@backplane.com (Matthew Dillon) Date: Wed, 16 Sep 1998 21:48:08 -0600 (MDT) Cc: committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28s (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Matthew Dillon wrote... [ I'll address the ones I know about ] > I'm running a complete elf rebuild on my load-heavy test box now. > A number of minor inconsistancies cropped up: > > > /sbin/scsi not in Makefile, not built, not installed, still > resides in source tree > > /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. > /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. > /usr/src/sys/i386/conf/LINT still contains 'options SCSI_CAM'. Is this > option still required or is it now superfluous ? Ask Matthew Jacob. It was necessary at one point for the QLogic driver. > /usr/src/sys/i386/conf/LINT does not contain the 'xpt' device. Isn't > this device required for camcontrol to work? The xpt device is required for camcontrol to work, but it isn't an optional part of the system. It is enabled by default when you enable SCSI support. (the code for it is located in cam_xpt.c) Ken -- Kenneth Merry ken@plutotech.com