From owner-freebsd-current@FreeBSD.ORG Fri Jul 31 17:21:04 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37EE710656DC for ; Fri, 31 Jul 2009 17:21:04 +0000 (UTC) (envelope-from uwe@grohnwaldt.eu) Received: from AurraSing.lando.cc (AurraSing.lando.cc [87.106.187.149]) by mx1.freebsd.org (Postfix) with ESMTP id ED0AC8FC1F for ; Fri, 31 Jul 2009 17:21:03 +0000 (UTC) (envelope-from uwe@grohnwaldt.eu) X-No-Auth: unauthenticated sender Received: from AurraSing.lando.cc (unknown [127.0.0.1]) by AurraSing.lando.cc (Postfix) with ESMTP id 72E9018B7B5A2 for ; Fri, 31 Jul 2009 17:21:00 +0000 (UTC) Received: from [192.168.1.175] (unknown [139.30.19.64]) by AurraSing.lando.cc (Postfix) with ESMTP for ; Fri, 31 Jul 2009 17:20:50 +0000 (UTC) Message-ID: <4A7327DE.9010305@grohnwaldt.eu> Date: Fri, 31 Jul 2009 19:20:30 +0200 From: Uwe Grohnwaldt User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: current@freebsd.org References: <4A65E6EB.50308@grohnwaldt.eu> <20090722082940.GA18826@asahi.TechFak.Uni-Bielefeld.DE> In-Reply-To: <20090722082940.GA18826@asahi.TechFak.Uni-Bielefeld.DE> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: cpufreq on VIA C7 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, 31 Jul 2009 17:21:05 -0000 Hi, compiling the Kernel without HWPMC_HOOKS works well - this problem is solved. :) The problem with cpu frequency remains unsolved - any ideas? Thanks, Uwe Grohnwaldt Max-Planck-Str. 2A, 1.03.2 18059 Rostock -------------------------- Fon: +49 (0)381 1224811 Mobil: +49 (0)172 3209285 -------------------------- eMail: uwe@grohnwaldt.eu www: http://lando.cc ICQ: 149348486 Skype: lando_calr -------------------------- oschonef@techfak.uni-bielefeld.de schrieb: > Hi, > > Eines schoenen Tages schrieb Uwe Grohnwaldt: >> I have a Jetway J7F5M2H-VDE Mainboard with a VIA C7 2GHz CPU. I >> installed FreeBSD 7.0-RELEASE and updated it to FreeBSD 8.0 Beta2. > [..] >> Another problem is, that I have some messages like this in dmesg: >> NMI ISA 3c, EISA 0 >> NMI ISA 2c, EISA 0 > > > You could try to compile a kernel without the HWPMC_HOOKS option. > (see http://www.nabble.com/NMI-ISA-2c,-EISA-ff-td23033469.html) > > I had similar issues with a Jetway J7F2$something board. The kernel always > dropped into DDB after receiving a NMI. I was not able to install CURRENT > (respectively 8.0 BETA2) on this system. However, the kernel without the > HWPMC_HOOKS options boots successfully. > Currently, I am trying to do a source update from STABLE to CURRENT. > STABLE does not show this behaviour and just works fine. > > HTH, > Oliver