From owner-freebsd-hardware@FreeBSD.ORG Tue Jun 3 15:47:29 2003 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A48737B401 for ; Tue, 3 Jun 2003 15:47:29 -0700 (PDT) Received: from pyroxene.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE74643F75 for ; Tue, 3 Jun 2003 15:47:25 -0700 (PDT) (envelope-from damian@sentex.net) Received: from pegmatite.sentex.ca (pegmatite.sentex.ca [192.168.42.92]) by pyroxene.sentex.ca (8.12.9/8.12.8) with ESMTP id h53MlP8C027348 for ; Tue, 3 Jun 2003 18:47:25 -0400 (EDT) (envelope-from damian@sentex.net) Received: by pegmatite.sentex.ca (Postfix, from userid 1001) id 95C531706C; Tue, 3 Jun 2003 18:47:24 -0400 (EDT) Date: Tue, 3 Jun 2003 18:47:24 -0400 From: Damian Gerow To: freebsd-hardware@freebsd.org Message-ID: <20030603224724.GT869@sentex.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-GPG-Key-Id: 0xB841F142 X-GPG-Fingerprint: C7C1 E1D1 EC06 7C86 AF7C 57E6 173D 9CF6 B841 F142 X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . User-Agent: Mutt/1.5.4i X-Virus-Scanned: By Sentex Communications (lava/20020517) Subject: Re: Via C3 support under FreeBSD X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2003 22:47:29 -0000 Thus spake Damian Gerow (damian@sentex.net) [02/06/03 16:48]: > So, in order to use & compile on the Via C3 Ezra, I need to set CPUTYPE=i586 > or CPUTYPE=i586/mmx (both seem to work) in /etc/make.conf, and I need at > least I686_CPU in my kernel configuration file. Seems odd to me, but at > least it works. I have since found out that this might be because the compiler enables support for the CMOV instruction if CPUTYPE=i686, whereas the C3 does /not/ support CMOV (well, this core doesn't, anyhow). Running the kernel as an i686 kernel works just fine, but compiling it doesn't. I've verified that using 5.1-RC1 results in the same problem.