From owner-freebsd-stable@FreeBSD.ORG Thu Jan 6 22:36:46 2005 Return-Path: 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 F06D116A4CE for ; Thu, 6 Jan 2005 22:36:45 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE4E43D31 for ; Thu, 6 Jan 2005 22:36:45 +0000 (GMT) (envelope-from lukas.ertl@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so115035wri for ; Thu, 06 Jan 2005 14:36:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=UPtCarLbZJOpvwUx1BfOnXBecZcCjouOxfq51sH8gXu+WHI0L6dP3LdsRG6BvRe7pZT89PfsGuiyr+dLUg1eonDEcBQIzRW8Dj8timB3WfAgQY9SQS6N3DRay8QJhqHzIljYJ4/9psnqjDAy1sL5ErvK4ww2V3pJeF0bebEK7zs= Received: by 10.54.46.69 with SMTP id t69mr300176wrt; Thu, 06 Jan 2005 14:36:43 -0800 (PST) Received: by 10.54.3.30 with HTTP; Thu, 6 Jan 2005 14:36:43 -0800 (PST) Message-ID: <4379f910050106143641d4613c@mail.gmail.com> Date: Thu, 6 Jan 2005 23:36:43 +0100 From: Lukas Ertl To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: VIA C3 CPU not recognized X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lukas Ertl List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2005 22:36:46 -0000 Hello, 5.3-STABLE refuses to recognize my VIA C3 CPU, it panics immediately after the loader with CPU class not configured Last known working kernel is from Sun Nov 7 16:27:23 CET 2004, it recognizes the CPU as CPU: VIA C3 Samuel 2 (601.37-MHz 686-class CPU) Origin = "CentaurHauls" Id = 0x673 Stepping = 3 Features=0x803035 The new kernel says it's an "unknown class" CPU. I haven't changed my kernel config since I built the old kernel, so maybe I have overlooked some new option for VIA CPUs, but I couldn't find a change at first glance. Any ideas? thanks, le