From owner-freebsd-net@FreeBSD.ORG Sat Oct 16 05:22:19 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 8ABD116A4CE; Sat, 16 Oct 2004 05:22:19 +0000 (GMT) Received: from silver.he.iki.fi (helenius.fi [193.64.42.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2771E43D46; Sat, 16 Oct 2004 05:22:18 +0000 (GMT) (envelope-from pete@he.iki.fi) Received: from [193.64.42.134] (h86.vuokselantie10.fi [193.64.42.134]) by silver.he.iki.fi (8.13.1/8.11.4) with ESMTP id i9G5MEno093707; Sat, 16 Oct 2004 08:22:14 +0300 (EEST) (envelope-from pete@he.iki.fi) Message-ID: <4170B006.4050908@he.iki.fi> Date: Sat, 16 Oct 2004 08:22:14 +0300 From: Petri Helenius User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bruce M Simpson References: <20041015222130.GL61186@empiric.icir.org> In-Reply-To: <20041015222130.GL61186@empiric.icir.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-net@freebsd.org cc: tackerman@freebsd.org cc: freebsdnic@mailbox.cps.intel.com 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 05:22:19 -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. > > > Does anyone here have an idea why some platforms (like Thinkpad X31 or i875 Supermicros) have trouble rebooting with 5.3-BETA when em is used as a module (they hang at "shutting down ACPI") while with 5.2.1-REL the same scenario works fine? Pete >Please review; Thanks. >BMS > >