From owner-freebsd-stable@FreeBSD.ORG Wed Oct 4 19:28:38 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 052FC16A403 for ; Wed, 4 Oct 2006 19:28:38 +0000 (UTC) (envelope-from ducrot@poupinou.org) Received: from poup.poupinou.org (poup.poupinou.org [195.101.94.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E2F743D77 for ; Wed, 4 Oct 2006 19:28:37 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from ducrot by poup.poupinou.org with local (Exim) id 1GVCPy-0000YL-00; Wed, 04 Oct 2006 21:28:34 +0200 Date: Wed, 4 Oct 2006 21:28:34 +0200 To: Bill Moran Message-ID: <20061004192833.GK4945@poupinou.org> References: <20061004122835.9a9d0c58.wmoran@collaborativefusion.com> <20061004174917.GJ4945@poupinou.org> <20061004140712.bab5482e.wmoran@collaborativefusion.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061004140712.bab5482e.wmoran@collaborativefusion.com> User-Agent: Mutt/1.5.9i From: Bruno Ducrot Cc: stable@freebsd.org Subject: Re: Dell 1950 does not properly respond to reboot and shutdown -p X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 19:28:38 -0000 On Wed, Oct 04, 2006 at 02:07:12PM -0400, Bill Moran wrote: > In response to Bruno Ducrot : > > Hi, > > > > On Wed, Oct 04, 2006 at 12:28:35PM -0400, Bill Moran wrote: > > > > > > A reboot causes the OS to halt, but the hardware just sits there on the > > > shutdown screen. > > > > > > A shutdown -p does the same. > > > > What exactly are the last few lines? > > (manually copied) > > ... > All buffers synced. > Uptime: 1m16s > Thanks. Then this happen after print_uptime(). I believe one of the drivers register a shutdown_final (or shutdown_post_sync) event that hang your system. I think (though I may be wrong) mfi may be that one. It would help if you can add some printf in dev/mfi/mfi.c into the mfi_shutdown() function in order to check if that assumption is correct. Cheers, -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care.