From owner-freebsd-i386@FreeBSD.ORG Wed Feb 27 04:53:09 2008 Return-Path: Delivered-To: freebsd-i386@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F6391065670 for ; Wed, 27 Feb 2008 04:53:09 +0000 (UTC) (envelope-from be_works_us@yahoo.com) Received: from web58613.mail.re3.yahoo.com (web58613.mail.re3.yahoo.com [68.142.236.211]) by mx1.freebsd.org (Postfix) with SMTP id 33E6D13C457 for ; Wed, 27 Feb 2008 04:53:09 +0000 (UTC) (envelope-from be_works_us@yahoo.com) Received: (qmail 67854 invoked by uid 60001); 27 Feb 2008 04:26:28 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=sajQhKuF9Ou9Sxb7rk3CMsQQUQAbQj1DpzUHVXWX+HjHtLt3oM7dHyYY2gSBls9feUPTN1fMwkP1ofKJFKsuAtZ/sMf0Rs1xDZgv5ofO8FMd3S3Tzyvov8uXtlz8A1q71qv60Sxb8GKFWeLThQozhQmewrhlI8DQ2KpDn+tFBjc=; X-YMail-OSG: .LTUcCcVM1l3TYk9W9wMVgcW1ltSWQkEi.HvIWU.kTL7l4B.RVpJGeet9Lx2kleuhoKKblwcOtZEexCH.kPvQS4MOD7zejq_uF1cNM4nrfN0TipxaKuGNN.fMCq8Bg02R5hk_gA9Gn70nEc- Received: from [218.251.127.35] by web58613.mail.re3.yahoo.com via HTTP; Tue, 26 Feb 2008 20:26:28 PST Date: Tue, 26 Feb 2008 20:26:28 -0800 (PST) From: be_works_us To: jhb@FreeBSD.org, freebsd-i386@FreeBSD.org In-Reply-To: <200802252243.m1PMhRcB023467@freefall.freebsd.org> MIME-Version: 1.0 Message-ID: <418265.66662.qm@web58613.mail.re3.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: i386/119491: [i386] [patch] [request] padlock enable for new VIA C7 (CentaurHauls) cpuid 0x6d0 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2008 04:53:09 -0000 Thanks jhb. I seem , + goto via_common; + case 0x6d0: + strcpy(cpu_model, "VIA C7 Eden"); the name of "VIA C7 Eden" is confusing. (Eden is a platform name?) "http://www.via.com.tw/en/products/processors/c7/" says new C7 processor is "VIA C7 Esther C5J". And , I want you to add correct cpu support flags on the /src/share/mk/bsd.cpu.mk i.e. MACHINE_CPU = k5 i586 i486 i386 . elif ${CPUTYPE} == "c3" MACHINE_CPU = 3dnow mmx i586 i486 i386 . elif ${CPUTYPE} == "c3-2" MACHINE_CPU = sse mmx i586 i486 i386 /* new support for VIA Esther C5J */ . elif ${CPUTYPE} == "c5j" MACHINE_CPU = sse3 sse2 sse mmx i686 i586 i486 i386 if you can do it. --------------------------------- Never miss a thing. Make Yahoo your homepage.