Revert previous commit. Pre-Nehemiah C3 CPUs do have 3DNow!; it doesn't

show up in dmesg because identcpu.c only looks for it on Intel and AMD
processors.
This commit is contained in:
Dag-Erling Smørgrav 2006-08-13 08:47:41 +00:00
parent 7773ee24f3
commit 26e03c2f92
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161259

View File

@ -133,7 +133,7 @@ MACHINE_CPU = mmx k6 k5 i586 i486 i386
. elif ${CPUTYPE} == "k5"
MACHINE_CPU = k5 i586 i486 i386
. elif ${CPUTYPE} == "c3"
MACHINE_CPU = mmx i586 i486 i386
MACHINE_CPU = 3dnow mmx i586 i486 i386
. elif ${CPUTYPE} == "c3-2"
MACHINE_CPU = sse mmx i586 i486 i386
. elif ${CPUTYPE} == "pentium4" || ${CPUTYPE} == "pentium4m" || ${CPUTYPE} == "pentium-m"