From owner-cvs-src@FreeBSD.ORG Wed Jun 2 21:53:35 2004 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 233F916A4CE; Wed, 2 Jun 2004 21:53:35 -0700 (PDT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C85643D1F; Wed, 2 Jun 2004 21:53:34 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i534q3UQ039009; Wed, 2 Jun 2004 22:52:03 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 02 Jun 2004 22:52:06 -0600 (MDT) Message-Id: <20040602.225206.106034979.imp@bsdimp.com> To: scottl@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <40BE6284.4020705@freebsd.org> References: <40BE5CE4.60304@freebsd.org> <20040602231402.GI9228@elvis.mu.org> <40BE6284.4020705@freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: mux@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h 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: Thu, 03 Jun 2004 04:53:35 -0000 In message: <40BE6284.4020705@freebsd.org> Scott Long writes: : Yes, but that doesn't work if you need to tweak a tunable from the : loader in order to get the machine to boot. Although the tunable : tree and the sysctl aren't exactly married together, it is common : to have them mirror their nodes for consistency. It wouldn't be too hard to come up with a macro that did the marriage... Warner