From owner-cvs-all@FreeBSD.ORG Sun Feb 4 04:32:00 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE11E16A402; Sun, 4 Feb 2007 04:32:00 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id AE24913C461; Sun, 4 Feb 2007 04:32:00 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id l144TlaN003361; Sat, 3 Feb 2007 21:29:47 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 03 Feb 2007 21:30:19 -0700 (MST) Message-Id: <20070203.213019.-1947357017.imp@bsdimp.com> To: gurney_j@resnet.uoregon.edu From: "M. Warner Losh" In-Reply-To: <20070203194700.GF779@funkthat.com> References: <200702030645.l136j3EQ039631@repoman.freebsd.org> <20070203194700.GF779@funkthat.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 03 Feb 2007 21:29:47 -0700 (MST) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 04 Feb 2007 04:32:01 -0000 In message: <20070203194700.GF779@funkthat.com> John-Mark Gurney writes: : Many other modules do not require their *_if.m files to be marked : standard... Right now we're talking about aproximately 256 bytes for mmc. eisa is 96 bytes. Most of the others total around 200 as well. There's pccard is the largest after bus_if.o, at 470 bytes. Given the small payoffs, I don't know if it would be worth spending the time on. But if you wanted to give it a spin, knock yourself out. Warner