From owner-freebsd-stable@FreeBSD.ORG Mon Jan 19 01:55:01 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA13716A4CE; Mon, 19 Jan 2004 01:55:01 -0800 (PST) Received: from pc5.i.0x5.de (reverse-213-146-113-119.dialin.kamp-dsl.de [213.146.113.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44B4343D49; Mon, 19 Jan 2004 01:54:58 -0800 (PST) (envelope-from nicolas@dauerreden.de) Received: from pc5.i.0x5.de (nicolas@localhost [127.0.0.1]) by pc5.i.0x5.de (8.12.9p2/8.12.9) with ESMTP id i0J9srqY043738; Mon, 19 Jan 2004 10:54:53 +0100 (CET) (envelope-from nicolas@pc5.i.0x5.de) Received: (from nicolas@localhost) by pc5.i.0x5.de (8.12.9p2/8.12.9/Submit) id i0J9srI6043737; Mon, 19 Jan 2004 10:54:53 +0100 (CET) (envelope-from nicolas) Date: Mon, 19 Jan 2004 10:54:53 +0100 From: Nicolas Rachinsky To: Ruslan Ermilov Message-ID: <20040119095453.GA43280@pc5.i.0x5.de> Mail-Followup-To: Ruslan Ermilov , Makoto Matsushita , stable@freebsd.org, re@freebsd.org, will@csociety.org References: <20040118141444.GG51708@sirius.firepipe.net> <20040118235148M.matusita@jp.FreeBSD.org> <20040119092819.GA41159@FreeBSD.org.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040119092819.GA41159@FreeBSD.org.ua> X-Powered-by: FreeBSD X-Homepage: http://www.rachinsky.de X-PGP-Keyid: C11ABC0E X-PGP-Fingerprint: 19DB 8392 8FE0 814A 7362 EEBD A53B 526A C11A BC0E X-PGP-Key: http://www.rachinsky.de/nicolas/nicolas_rachinsky.asc X-SECURITY: Never trust a running system User-Agent: Mutt/1.5.5.1i cc: Makoto Matsushita cc: stable@freebsd.org cc: re@freebsd.org cc: will@csociety.org Subject: Re: Fix make release for 4-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2004 09:55:01 -0000 * Ruslan Ermilov [2004-01-19 11:28 +0200]: > On Sun, Jan 18, 2004 at 11:51:48PM +0900, Makoto Matsushita wrote: > > My three comments about this: > > > > 1) It's hard to decide that we can say goodbye to plip (plip is not > > provided as a kernel module), since it is supported on 4.x-RELEASE > > fora long time. > > > > 2) Removing 'fwe' shouldn't work here; it is already removed from the > > boot kernel :-) See src/release/i386/drivers.conf. > > > > 3) USB mouse driver can be moved to mfsroot.flp as a kernel module. > > drivers.conf and associated tools will do that. It seems that > > there's enough space to put another modules on mfsroot.flp, so move > > it to there makes no functional changes. > > > > Anyway, thank you for trying to fix this issue. > > > Maybe it's time for drivers.flp to appear on RELENG_4? If someone > could MFC the support to sysinstall, I could help with release/ > bits. What about splitting the floppies? Splitfs support is already on the 4.9-RELEASE disks. Nicolas