From owner-freebsd-hardware@FreeBSD.ORG Wed Mar 26 16:29:33 2008 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 275AC106566B for ; Wed, 26 Mar 2008 16:29:33 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 9F5358FC12 for ; Wed, 26 Mar 2008 16:29:32 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 236812042-1834499 for multiple; Wed, 26 Mar 2008 12:28:06 -0400 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m2QGTHta089951; Wed, 26 Mar 2008 12:29:23 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-hardware@freebsd.org Date: Wed, 26 Mar 2008 11:04:48 -0400 User-Agent: KMail/1.9.7 References: <874E95E3-7B65-4704-BA5D-3086CC055111@via.net> <1156962747.10838.15.camel@bigapple.omnis.ch> <1158066476.4695.22.camel@oli2.insign.local> In-Reply-To: <1158066476.4695.22.camel@oli2.insign.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803261104.48408.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 26 Mar 2008 12:29:23 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/6396/Wed Mar 26 07:29:12 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Olivier Mueller Subject: Re: Dell 1950 won't cleanly reboot X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2008 16:29:33 -0000 On Tuesday 12 September 2006 09:07:56 am Olivier Mueller wrote: > On Wed, 2006-08-30 at 20:32 +0200, Olivier Mueller wrote: > > On Wed, 2006-08-09 at 22:04 -0400, John Baldwin wrote: > > > On Thursday 03 August 2006 04:04, Olivier Mueller wrote: > > > > On Wed, 2006-08-02 at 17:43 -0700, joe mcguckin wrote: > > > > > shutdown -r hangs most of the time. > > > > > 1) Does this only happen if SMP is enabled? > > > > no, I tried with an non-SMP kernel today, and it rebooted > > correctely for my 4 tests. > > > > > 2) If so, can you try http://www.FreeBSD.org/~jhb/patches/shutdown.patch > > > > first it looked ok (the 2 first reboots went fine), but then the > > next 3 failed. > > Any suggestion what I should try next? (beside of switching back to > linux... :>) Should I try 7-CURRENT? I know it's not (yet) under > http://www.freebsd.org/platforms/amd64/motherboards.html . > > The server is now 2-3 months old, I guess I am not the only one using > this hardware under freebsd now? > > regards, > Olivier, ready to test any patch :) Are you still seeing hangs on reboot? I fixed another shutdown hang in the ehci(4) that is a workaround for busted BIOSen that is in RELENG_6 and RELENG_7. -- John Baldwin