From owner-freebsd-alpha@FreeBSD.ORG Sat May 17 10:53:44 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92ABF37B401; Sat, 17 May 2003 10:53:44 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA7A043FA3; Sat, 17 May 2003 10:53:43 -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 h4HHngZ27895; Sat, 17 May 2003 10:49:42 -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 KAA08108; Sat, 17 May 2003 10:53:36 -0700 (PDT) Message-ID: <3EC677A4.8010407@btc.adaptec.com> Date: Sat, 17 May 2003 11:55:48 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <20030517065303.GB23902@sunbay.com> In-Reply-To: <20030517065303.GB23902@sunbay.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: re@freebsd.org cc: alpha@freebsd.org cc: re-alpha@freebsd.org Subject: Re: My take at unbreaking releases for 5.1 X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2003 17:53:45 -0000 Ruslan Ermilov wrote: > On Fri, May 16, 2003 at 05:30:05PM -0600, Scott Long wrote: > >>I'm moving this over to the alpha mailing list for comment. In short, >>the alpha release build is overflowing the install floppies. Ruslan's >>fix is to remove the cd and acd drivers with the theory that if the >>user doesn't boot off of the CD during install, they probably won't >>use the CD at all during the install. Is this reasonable? We would >>like comments relatively quickly as having Alpha releasable for >>5.1-BETA2 is highly desirable. Another angle that will be tested this >>weekend is to de-inline the mutex functions to slim down the kernel. >>That should save a few 10's of kilobytes, though it's unclear if this >>will allow the cd and acd drivers to be restored. >> > > The latest patch is available here: > > http://people.freebsd.org/~ru/patches/release.patch > > Note that it also deals with the "bsdlabel(8) missing on the fixit > floppy" problem. > > > Cheers, If the bsdlabel part hasn't been committed yet, then please commit it now. As for the other part, let's see what can be done with Wilko and David's fix this weekend. Thanks, Scott