From owner-freebsd-current@FreeBSD.ORG Fri Mar 2 15:19:36 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0697416A404 for ; Fri, 2 Mar 2007 15:19:36 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 58A8913C47E for ; Fri, 2 Mar 2007 15:19:35 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 02 Mar 2007 15:19:33 -0000 X-Provags-ID: V01U2FsdGVkX1+MYKQ26HGMpMOa6A2aQzhkUJyGSYavPs+dZYcudm 8o4f2EPd89j2YK From: Stefan Ehmann To: freebsd-current@freebsd.org Date: Fri, 2 Mar 2007 16:19:32 +0100 User-Agent: KMail/1.9.5 References: <200703011612.07110.shoesoft@gmx.net> In-Reply-To: <200703011612.07110.shoesoft@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703021619.33755.shoesoft@gmx.net> X-Y-GMX-Trusted: 0 Cc: bde@FreeBSD.org Subject: Re: notebook freezes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2007 15:19:36 -0000 On Thursday 01 March 2007 16:12, Stefan Ehmann wrote: > My few days old -current freezes if I press Fn-F6 (this is the combination > to adjust display brightness) if I've done a suspend/resume before. > Directly after boot it works fine. > > This key combination normally works without any software support, so I > don't know why it freezes the notebook. > > I don't know when this started exactly but I thinks it's been there for a > few weeks at least. > > Any suggestions what commit could have caused this (I want to avoid binary > search of the cvs tree if possible)? > > I tried with GENERIC kernel with the same result. There are no > warnings/errors displayed on the console and I cannot even break into the > debugger. > > dmesg can be found here. > http://stud4.tuwien.ac.at/~e0125637/fbsd/dmesg So I did a binary search. src/sys/i386/isa/clock.c r1.231 causes my notebook to freeze. Reverting this change in a CURRENT from today fixes the problem. The notebook is still pingable in this state. I experienced some other random hangs recently but don't know yet if those are related. Stefan