From owner-cvs-all@FreeBSD.ORG Sun Aug 24 18:29:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B513716A4BF; Sun, 24 Aug 2003 18:29:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 572A543FE1; Sun, 24 Aug 2003 18:29:37 -0700 (PDT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7P1Tb0U001905; Sun, 24 Aug 2003 18:29:37 -0700 (PDT) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7P1TYwp001904; Sun, 24 Aug 2003 18:29:34 -0700 (PDT) Message-Id: <200308250129.h7P1TYwp001904@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 24 Aug 2003 18:29:34 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/x86info Makefile distinfo patch-bench_benchmarks.c patch-cpuid_UP.S patch-x86info.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2003 01:29:37 -0000 leeym 2003/08/24 18:29:34 PDT FreeBSD ports repository Modified files: sysutils/x86info Makefile distinfo sysutils/x86info/files patch-Makefile patch-cpuid_UP.S Added files: sysutils/x86info/files patch-bench_benchmarks.c patch-x86info.h Log: update to 1.12b Freshmeat blurb: Identifies several new CPUS. Additional MSR decoding on various CPUs. A few misidentification bugs have been fixed. Completely rewritten cachesize determination. Various new cache descriptors added. Numerous MHz estimation improvements. AMD K7 powernow register/BIOS decoding. Now decodes extended Intel feature flags, cpuid brand field, and sSpec on some models. AMD Opteron/Athlon64 support. VIA Powersaver/Longhaul support. A --bugs option to display CPU errata. No longer retries opening /dev/msr if the first open fails. Fixes a memory leak in --url. PR: 55937 Submitted by: Erik Greenwald Revision Changes Path 1.12 +2 -3 ports/sysutils/x86info/Makefile 1.8 +1 -1 ports/sysutils/x86info/distinfo 1.7 +2 -2 ports/sysutils/x86info/files/patch-Makefile 1.1 +21 -0 ports/sysutils/x86info/files/patch-bench_benchmarks.c (new) 1.2 +12 -12 ports/sysutils/x86info/files/patch-cpuid_UP.S 1.3 +22 -0 ports/sysutils/x86info/files/patch-x86info.h (new)