From owner-cvs-all@FreeBSD.ORG Fri May 2 19:15:39 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 EB4C037B401; Fri, 2 May 2003 19:15:39 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D82BE43FB1; Fri, 2 May 2003 19:15:38 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h432FcA7022913; Fri, 2 May 2003 20:15:38 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 02 May 2003 20:15:29 -0600 (MDT) Message-Id: <20030502.201529.37591581.imp@bsdimp.com> To: scottl@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200305021747.h42Hl8dq026533@repoman.freebsd.org> References: <200305021747.h42Hl8dq026533@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@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 02:15:40 -0000 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