View Single Post
Old 22nd October 2008
Deluted Deluted is offline
New User
 
Join Date: Oct 2008
Posts: 5
Default

I've looked at a normal dmesg and found this:
Code:
CPU: VIA/IDT Unknown (1596.01-MHz 686-class CPU)
  Origin = "CentaurHauls"  Id = 0x6d0  Stepping = 0
  Features=0xa7c9bbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,
CMOV,PAT,CLFLUSH,ACPI,MMX,FXSR,SSE,SSE2,TM,PBE>
Features2=0x4181<SSE3,EST,TM2,xTPR>
I then found this in bsd.cpu.mk:
Code:
.  elif ${CPUTYPE} == "c3"
MACHINE_CPU = 3dnow mmx i586 i486 i386
.  elif ${CPUTYPE} == "c3-2"
MACHINE_CPU = sse mmx i586 i486 i386
Since my CPU apparently supports SSE and c3-2 has it included, I'm going to try using c3-2 as my CPUTYPE. If it all goes wrong, then I'll revert back to a blank configuration.

I have also left the FLAGS stuff alone.

Thanks to all of you for helping me!
Reply With Quote