From owner-freebsd-arch@FreeBSD.ORG Thu Feb 26 11:17:48 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D787B16A4CE; Thu, 26 Feb 2004 11:17:48 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77D8843D39; Thu, 26 Feb 2004 11:17:48 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (sccrmhc12) with ESMTP id <2004022619172101200adbf2e>; Thu, 26 Feb 2004 19:17:23 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA07509; Thu, 26 Feb 2004 11:17:20 -0800 (PST) Date: Thu, 26 Feb 2004 11:17:19 -0800 (PST) From: Julian Elischer To: Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE cc: arch@freebsd.org cc: Robert Watson Subject: Re: per-device sysctls X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 19:17:49 -0000 On Thu, 26 Feb 2004, Dag-Erling [iso-8859-1] Sm=F8rgrav wrote: > Robert Watson writes: > > Having a unified and managed namespace for device sysctls sounds like a > > generally good idea to me, as more and more devices require some of > > another tweaking. Have you had any thoughts on how to name sysctls and > > kernel environment variables on a per-driver basis, rather than a > > per-device basis? I.e., fxp and some other device drivers have > > configuration settings that affect all instances of devices, rather tha= n > > specific instances. >=20 > It should be easy to add a per-devclass_t or per-driver_t sysctl > context and tree. These things are disgustingly easy to create; the > only hard part is figuring out when and where to create them. and delete them. >=20 > DES > --=20 > Dag-Erling Sm=F8rgrav - des@des.no > _______________________________________________ > freebsd-arch@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arch > To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org" >=20