From owner-freebsd-current@FreeBSD.ORG Tue Apr 4 09:08:43 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A25816A401 for ; Tue, 4 Apr 2006 09:08:43 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail14.syd.optusnet.com.au (mail14.syd.optusnet.com.au [211.29.132.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6564743D45 for ; Tue, 4 Apr 2006 09:08:42 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail14.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k3498c4O031122 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 4 Apr 2006 19:08:39 +1000 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.4/8.13.4) with ESMTP id k3498b6N094061; Tue, 4 Apr 2006 19:08:37 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.4/8.13.4/Submit) id k3498bvk094060; Tue, 4 Apr 2006 19:08:37 +1000 (EST) (envelope-from peter) Date: Tue, 4 Apr 2006 19:08:37 +1000 From: Peter Jeremy To: Ganbold Message-ID: <20060404090837.GC683@turion.vk2pj.dyndns.org> References: <4431D4E5.3080507@micom.mng.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4431D4E5.3080507@micom.mng.net> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.11 Cc: freebsd-current@freebsd.org Subject: Re: CPU class not configured problem in CURRENT 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: Tue, 04 Apr 2006 09:08:43 -0000 On Tue, 2006-Apr-04 11:07:33 +0900, Ganbold wrote: >I've got panic "CPU class not configured" on today's CURRENT. >I have HP Proliant ML370 G4 machine with Xeon CPU 3.20GHz CPU. > >When machine tries to boot following message appears: >... >CPU: Intel(R) Xeon(TM) CPU 3.20GHz (Unknown-class CPU) >... The indented lines after 'CPU:' are fairly critical as they define what the CPU is reporting which can then be compared to the logic in i386/i386/identcpu.c to see why the CPU isn't being identified. Is this a new machine or has it worked in the past? -- Peter Jeremy