Re: Phenom II 975 BE shows 0 celsius

2011-08-01 Thread Jung-uk Kim
ng is worth noting though. I have used a free gadget that > shows activity/temp for each core. It worked fine with the previous > MB/CPU.That ALSO stopped working with this new MB. Like FBSD, it > shows 0 degrees for any core too, although it correctly displays > each core load. > >

Re: Phenom II 975 BE shows 0 celsius

2011-08-01 Thread Jung-uk Kim
gt; > I would try to add some printfs (or used dtrace - whichever is > easier for you) to see what's going on. Or you can even use > pciconf to directly sneak a peek at what's reported by the > hardware, e.g.: > # pciconf -r pci0:0:24:3 0xa4 > 1c881880 > > You

Re: Like it or not, Theo has a point... freebsd is shipping export-restricted software in the core

2010-10-06 Thread Jung-uk Kim
e for Linux: http://git.moblin.org/cgit.cgi/acpica/tree/source/tools/acpisrc/astable.c#n158 Historically FreeBSD never touched the license header. However, I am going to do it next time to avoid confusions. Jung-uk Kim ___ freebsd-questions@freebsd.org mai

Re: FreeBSD 7.O compiled code is very slow

2009-02-18 Thread Jung-uk Kim
cessor, I am able to copy from one cache to > another cache at the speed of 24Gbytes/second verses 12 > Gbytes/second. Any help is appreciated. You may try "-fno-ivopts". I think the bug is: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27440 Jung-uk Kim > Thanks, > > Kai

Re: java plugin for Firefox on AMD64 running FreeBSD 6.3

2008-03-21 Thread Jung-uk Kim
directory in the > /usr/local/diablo-jre1.5.0 directory, so I won't have that file > libjavaplugin_oji.so either. diablo-jdk/-jre does not have Mozilla plugin for amd64. You have to build *JDK* from ports with plugin support, i.e., ports/java/jdk15 or ports/java/jdk16. Jung-uk Kim

Re: amd64_set_gsbase()

2007-10-08 Thread Jung-uk Kim
On Monday 08 October 2007 06:00 pm, Mihai Donțu wrote: > On Monday 08 October 2007, Jung-uk Kim wrote: > > Yes, you are correct. A short version is "don't do that". A > > long version goes like this. %fs and %gs are not preserved while > > context sw

Re: amd64_set_gsbase()

2007-10-08 Thread Jung-uk Kim
switching on amd64. In fact, you should not use amd64_set_gsbase() directly. If you *really* have to mess up with base addresses, you have to use sysarch(2) syscall, i.e., sysarch(AMD64_SET_GSBASE, args). However, it only changes the base address via MSR, i.e., %gs itself has no meaning

Re: bzegrep behaviour not consistent with egrep?

2005-10-20 Thread Jung-uk Kim
On Thursday 20 October 2005 04:57 pm, Parv wrote: > in message <[EMAIL PROTECTED]>, > wrote James Long thusly... > > > Should these two commands produce identical output? > > > > $ bzegrep "38436|41640" /var/log/maillog.0.bz2 | wc -l > >0 > > $ bzcat /var/log/maillog.0.bz2 | egrep "38436|41

Re: HP AMD64 booting problems...

2005-02-28 Thread Jung-uk Kim
t, or > provide diagnostics), or will I be trapped to run Windows on this > rather powerful machine? :) It's infamous Compaq/HP laptop problem. http://blackk.union.edu/~black/freebsd/ FYI, all the necessary fixes are integrated in 5-STABLE now. Jung-uk Kim > -Brian _