Re: Linuxulator and SSE

2007-09-06 Thread RW
On Wed, 05 Sep 2007 19:53:14 +0200
Svein Halvor Halvorsen <[EMAIL PROTECTED]> wrote:

> Hello, list!
> 
> 
> I'm trying to get Bibble to run under the Linuxulator on FreeBSD,
> but it keeps complaining about missing SSE support.
>

I'm seeing the same sort of thing with an AMD64 (i386). dmesg
shows SSE, but cpuinfo doesn't



$ cat /compat/linux/proc/cpuinfo
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 6
model   : 7
model name  : AMD Athlon(tm) 64 Processor 2800+
stepping: 10
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 b19 mmx fxsr xmm b26
cpu MHz : 1802.32
bogomips: 1802.32 18:40 (bob) ~ $ dmesg |grep sse
18:41 (bob) ~
$ dmesg |grep -i sse
  
Features=0x78bfbff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Linuxulator and SSE

2007-09-06 Thread Mel
On Wednesday 05 September 2007 19:53:14 Svein Halvor Halvorsen wrote:
> $ sysctl hw.instruction_sse
> hw.instruction_sse: 1
...
> flags   : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca
> cmov pat b19 b21 mmxext mmx fxsr xmm b26 b29 3dnow
   ^

I found that weird. Filing a PR is a good idea, as it looks like your sse is 
detected as 3dnow in linux emulator.

-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Linuxulator and SSE

2007-09-06 Thread Svein Halvor Halvorsen

Ivan Voras wrote:

Svein Halvor Halvorsen wrote:

Hello, list!


I'm trying to get Bibble to run under the Linuxulator on FreeBSD,
but it keeps complaining about missing SSE support.


What does the top of dmesg (generated during boot) tells you about the 
processor? If it doesn't list "SSE" under the list of features, then 
your processor doesn't support it.




SSE should be supported. It says:

FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Pentium(R) M processor 1200MHz (1196.12-MHz 686-class CPU)
Origin = "GenuineIntel"  Id = 0x695  Stepping = 5
Features=0xa7e9f9bf
Features2=0x180
real memory  = 661118976 (630 MB)
avail memory = 637620224 (608 MB)


Svein Halvor
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Linuxulator and SSE

2007-09-06 Thread Ivan Voras

Svein Halvor Halvorsen wrote:

Hello, list!


I'm trying to get Bibble to run under the Linuxulator on FreeBSD,
but it keeps complaining about missing SSE support.


What does the top of dmesg (generated during boot) tells you about the 
processor? If it doesn't list "SSE" under the list of features, then 
your processor doesn't support it.




signature.asc
Description: OpenPGP digital signature


Linuxulator and SSE

2007-09-05 Thread Svein Halvor Halvorsen
Hello, list!


I'm trying to get Bibble to run under the Linuxulator on FreeBSD,
but it keeps complaining about missing SSE support.

Some useful info:


$ uname -a
FreeBSD weld.ej2.thelosingend.net 6.2-RELEASE FreeBSD 6.2-RELEASE
#0: Fri Jan 12 10:40:27 UTC 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

$ sysctl hw.instruction_sse
hw.instruction_sse: 1

Also:

hw.machine: i386
hw.model: Intel(R) Pentium(R) M processor 1200MHz
hw.ncpu: 1


But:

$ cat /compat/linux/proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 7
model name  : Intel(R) Pentium(R) M processor 1200MHz
stepping: 5
flags   : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca
cmov pat b19 b21 mmxext mmx fxsr xmm b26 b29 3dnow
cpu MHz : 1196.12
bogomips: 1196.12

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"