From owner-cvs-src@FreeBSD.ORG Sat May 17 22:35:51 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C54437B401; Sat, 17 May 2003 22:35:51 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ECFD43F3F; Sat, 17 May 2003 22:35:50 -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 h4I5VlZ17146; Sat, 17 May 2003 22:31:47 -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 WAA28410; Sat, 17 May 2003 22:35:33 -0700 (PDT) Message-ID: <3EC71BA3.4020908@btc.adaptec.com> Date: Sat, 17 May 2003 23:35:31 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <20030517140630.GA60602@sunbay.com> <20030518005055.GG12759@sunbay.com> <20030517.231551.107143172.imp@bsdimp.com> In-Reply-To: <20030517.231551.107143172.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: src-committers@FreeBSD.org cc: ru@FreeBSD.org cc: wilko@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: des@ofug.org Subject: Re: cvs commit: src/release/alpha dokern.sh drivers.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2003 05:35:51 -0000 M. Warner Losh wrote: > In message: <20030518005055.GG12759@sunbay.com> > Ruslan Ermilov writes: > : It'd be even more advantageous to gzip(1) all the .ko files, > : and have sysinstall(8) unpack them. > > Timing Solutions has been running with gzip'd .ko files since about > FreeBSD 4.1 or so without ill effect (module one bug that jdp fixed > about the same time we noticed it in the 4.2ish time frame). kldload > doesn't work with .gz'd files, but the boot loader does :-) > > Warner Does TSI have any patches to donate? What about sysinstall? Scott