From owner-cvs-all@FreeBSD.ORG Sat May 3 01:34:26 2003 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 0272337B401; Sat, 3 May 2003 01:34:26 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21F4F43FBD; Sat, 3 May 2003 01:34:23 -0700 (PDT) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h438VDZ06255; Sat, 3 May 2003 01:31:13 -0700 Received: from btc.adaptec.com (hollin.btc.adaptec.com [10.100.253.56]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id BAA04280; Sat, 3 May 2003 01:34:19 -0700 (PDT) Message-ID: <3EB37E64.4060508@btc.adaptec.com> Date: Sat, 03 May 2003 02:31:32 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <200305021747.h42Hl8dq026533@repoman.freebsd.org> <20030502.201529.37591581.imp@bsdimp.com> In-Reply-To: <20030502.201529.37591581.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: scottl@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/i386 dokern.sh 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: Sat, 03 May 2003 08:34:26 -0000 M. Warner Losh wrote: > In message: <200305021747.h42Hl8dq026533@repoman.freebsd.org> > Scott Long writes: > : pc98 has it's own release subdir, so it's safe to remove the stg, ncv, and > : nsp drivers from the i386 floppies. > > that's not true. stg, ncv and nsp are useful on i386. We can kldload > them, but they are certainly not pc98 specific. The whole reason pc98 > did its own thing was because the i386 floppy was full and these cards > were plentiful in Japan at the time. About 1/2 of the scsi cards on > ebay use one of these three drivers. And they all work better than aic. > > Warner Ok, thanks for the clarification. I'll let my release build finish and then see what can be moved. Being that these are CAM drivers and the CAM-scan-on-sim-attach problem hasn't been addressed, they can't be moved to either driver floppy. Scott