Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2008 20:26:28 -0800 (PST)
From:      be_works_us <be_works_us@yahoo.com>
To:        jhb@FreeBSD.org, freebsd-i386@FreeBSD.org
Subject:   Re: i386/119491: [i386] [patch] [request] padlock enable for new VIA C7 (CentaurHauls) cpuid 0x6d0
Message-ID:  <418265.66662.qm@web58613.mail.re3.yahoo.com>
In-Reply-To: <200802252243.m1PMhRcB023467@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?418265.66662.qm>