From owner-cvs-all Sun Sep 8 18:25:41 2002 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 AB41C37B400; Sun, 8 Sep 2002 18:25:37 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3743543E6E; Sun, 8 Sep 2002 18:25:37 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g891PbfO018142; Sun, 8 Sep 2002 18:25:37 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g891PaY6018138; Sun, 8 Sep 2002 18:25:36 -0700 (PDT) Date: Sun, 8 Sep 2002 18:25:36 -0700 From: "David O'Brien" To: Takahashi Yoshihiro Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/i386 dokern.sh drivers.conf Message-ID: <20020909012536.GC4973@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Takahashi Yoshihiro , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200209082359.g88NxcpH040896@freefall.freebsd.org> <20020909.094341.74701828.nyan@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020909.094341.74701828.nyan@jp.FreeBSD.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 09, 2002 at 09:43:41AM +0900, Takahashi Yoshihiro wrote: > > Modified files: > > release/i386 dokern.sh drivers.conf > > Log: > > Back out last commit where I moved pcn(4) off of the modules floppy back > > into the install kernel. Unfortunately pcn(4) also needs mii(4) so that > > would also have to added to install kernel, which will bloat it up so that it > > doesn't fit on the floppy any more. Turns out we grew a lnc(4) module since > > I last looked. So handle it as a kld loadable module during install rather > > than have it statically compiled into the kernel. > > It seems to me that you change a wrong place. The 'SMALL' floppy image > is used only for pc98 distribution. ?? I backed out my commit using cvs diff -kk -r 1. -r 1. | patch -R So it must have been wrong before. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message