From owner-freebsd-mobile@FreeBSD.ORG Wed Sep 22 17:55:43 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46C5A16A4CE for ; Wed, 22 Sep 2004 17:55:43 +0000 (GMT) Received: from ns.atcom.spb.ru (ns.atcom.spb.ru [213.182.169.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D8B443D2D for ; Wed, 22 Sep 2004 17:55:42 +0000 (GMT) (envelope-from toxa@cterra.ru) Received: by ns.atcom.spb.ru (Postfix, from userid 1042) id 06AE82F6; Wed, 22 Sep 2004 21:55:38 +0400 (MSD) Received: from localhost (ppp-dialup-13.atcom.spb.ru [213.182.168.13]) by ns.atcom.spb.ru (Postfix) with ESMTP id A2230140; Wed, 22 Sep 2004 21:55:35 +0400 (MSD) Date: Wed, 22 Sep 2004 21:52:16 +0400 From: Toxa To: freebsd-mobile@freebsd.org X-Comment-To: "Anton Karpov" Message-ID: <20040922175216.GA1412@laptoxa.toxa.lan> Mail-Followup-To: freebsd-mobile@freebsd.org, current@laptoxa.toxa.lan References: <200409210949.25803.kjelderg@sponge.dyndns.org> <20040921151934.GW16132@poupinou.org> <20040922070324.GA4985@empiric.icir.org> <20040922143554.GX16132@poupinou.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20040922143554.GX16132@poupinou.org> User-Agent: Outluck Express 1.5.6i for MS-DOS 6.22-SMP X-Mailer: See User-Agent above :) X-Operating-System: MS-DOS 6.22-CURRENT on Sony VAIO laptop X-PGP-Public-Key: http://toxahost.org/gpg/pubkey.asc X-Useless-Header: Do Androids Dream of Electric Sheep? cc: current@laptoxa.toxa.lan Subject: Re: [speedstep] testers wanted X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2004 17:55:43 -0000 It seems like it works on my sony vaio: [(21:49)(46.03%)(p1):~/tmp/ichist.ugly ] sysctl -a|grep ich dev.ichist.0.%desc: Intel ICH3m LPC bridge dev.ichist.0.%driver: ichist dev.ichist.0.%parent: nexus0 dev.ichist.0.speedstep: 1 ^^^^^^^^^^^^^^^^^^^^^^^^^ [(21:49)(46.03%)(p1):~/tmp/ichist.ugly ] openssl speed sha1 To get the most accurate results, try to run this program when this computer is idle. Doing sha1 for 3s on 16 size blocks: 827622 sha1's in 2.96s Doing sha1 for 3s on 64 size blocks: 704381 sha1's in 2.93s Doing sha1 for 3s on 256 size blocks: 489914 sha1's in 2.97s Doing sha1 for 3s on 1024 size blocks: 221416 sha1's in 2.95s Doing sha1 for 3s on 8192 size blocks: 35897 sha1's in 2.98s OpenSSL 0.9.7d 17 Mar 2004 built on: Tue Jul 20 09:54:07 MSD 2004 options:bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) aes(partial) idea(int) blowfish(idx) compiler: cc -fPIC -DOPENSSL_THREADS -lpthread -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DTERMIOS -DL_ENDIAN -O2 -pipe -march=pentium4 -Wl,-rpath,/usr/local/lib -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM available timing options: USE_TOD HZ=128 [sysconf value] timing function used: getrusage The 'numbers' are in 1000s of bytes per second processed. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes sha1 4473.78k 15393.21k 42181.96k 76954.38k ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 98723.05k ^^^^^^^^^^ [(21:50)(105.95%)(p1):~/tmp/ichist.ugly ] sudo sysctl dev.ichist.0.speedstep=0 dev.ichist.0.speedstep: 1 -> 0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [(21:50)(44.86%)(p1):~/tmp/ichist.ugly ] openssl speed sha1 To get the most accurate results, try to run this program when this computer is idle. Doing sha1 for 3s on 16 size blocks: 1389875 sha1's in 2.99s Doing sha1 for 3s on 64 size blocks: 1196539 sha1's in 2.99s Doing sha1 for 3s on 256 size blocks: 820131 sha1's in 2.99s Doing sha1 for 3s on 1024 size blocks: 371373 sha1's in 2.98s Doing sha1 for 3s on 8192 size blocks: 60018 sha1's in 2.97s OpenSSL 0.9.7d 17 Mar 2004 built on: Tue Jul 20 09:54:07 MSD 2004 options:bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) aes(partial) idea(int) blowfish(idx) compiler: cc -fPIC -DOPENSSL_THREADS -lpthread -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DTERMIOS -DL_ENDIAN -O2 -pipe -march=pentium4 -Wl,-rpath,/usr/local/lib -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM available timing options: USE_TOD HZ=128 [sysconf value] timing function used: getrusage The 'numbers' are in 1000s of bytes per second processed. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes sha1 7445.99k 25635.64k 70245.61k 127531.81k ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 165736.00k ^^^^^^^^^^^^^^ -- Anton A. Karpov PGP key: http://www.toxahost.org/pgp/pubkey.asc You can finger me @toxahost.org for my current status =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= Hi! I am a .signature virus! Copy me into your ~/.signature to help me spread! =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=