i386/119491: [i386] [patch] [request] padlock enable for new
VIA C7 (CentaurHauls) cpuid 0x6d0
be_works_us
be_works_us at yahoo.com
Wed Feb 27 04:53:09 UTC 2008
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.
More information about the freebsd-i386
mailing list