Re: Phenom II 975 BE shows 0 celsius

2011-08-01 Thread Jung-uk Kim
reporting 0�C. I gave up the DiodeOffset recently because a lot of BIOSes do not set any meaningful values. Instead, I added a tunable for that. Please see the attached patch, which is also available from here: http://people.freebsd.org/~jkim/amdtemp.diff Jung-uk Kim Index: share/man/man4/amdtemp

Re: Phenom II 975 BE shows 0 celsius

2011-08-01 Thread Jung-uk Kim
shows the temperature are the ASUS tools that came with the mobo. FYI, FreeBSD has aibs(4) (or acpi_aiboost(4) depending on your FreeBSD version) and it does essentially the same thing. Jung-uk Kim Other than that, everything is working fine! The only thing I had to fix was the fstab ada location

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
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 mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: FreeBSD 7.O compiled code is very slow

2009-02-18 Thread Jung-uk Kim
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, Kailash Source-code: #define

Re: java plugin for Firefox on AMD64 running FreeBSD 6.3

2008-03-21 Thread Jung-uk Kim
. 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 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: amd64_set_gsbase()

2007-10-08 Thread Jung-uk Kim
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. Jung-uk Kim ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

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 switching on amd64. But this makes emulation software

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|41640 | wc -l

Re: HP AMD64 booting problems...

2005-02-28 Thread Jung-uk Kim
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 ___ freebsd-questions@freebsd.org mailing