From owner-freebsd-net@FreeBSD.ORG Sat Oct 16 00:07:51 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18F2116A4CE; Sat, 16 Oct 2004 00:07:50 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C625F43D39; Sat, 16 Oct 2004 00:07:50 +0000 (GMT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id BAFC15C975; Fri, 15 Oct 2004 17:07:50 -0700 (PDT) Date: Sat, 16 Oct 2004 02:07:50 +0200 From: Maxime Henrion To: freebsd-net@FreeBSD.org, tackerman@FreeBSD.org, freebsdnic@mailbox.intel.com Message-ID: <20041016000750.GD45249@elvis.mu.org> References: <20041015222130.GL61186@empiric.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041015222130.GL61186@empiric.icir.org> User-Agent: Mutt/1.4.2.1i Subject: Re: [PATCH] Make em(4) use device sysctl tree X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Oct 2004 00:07:51 -0000 Bruce M Simpson wrote: > Here is a non-critical patch to bring em(4) into line with other > drivers, by using the sysctl tree created for each device by the > bus framework. > > Please review; Thanks. > BMS [patch ripped] Looks good to me. Cheers, Maxime