From owner-cvs-all@FreeBSD.ORG Tue Aug 1 19:03:15 2006 Return-Path: X-Original-To: cvs-all@freebsd.org 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 44D0816A4DF; Tue, 1 Aug 2006 19:03:15 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C6CD43D92; Tue, 1 Aug 2006 19:03:08 +0000 (GMT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost2.sentex.ca (8.13.6/8.13.4) with ESMTP id k71J37Ge052221; Tue, 1 Aug 2006 15:03:07 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.3P/8.13.3) with ESMTP id k71J36as079921 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 1 Aug 2006 15:03:06 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.2.3.4.0.20060801145513.044677d0@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Tue, 01 Aug 2006 15:02:32 -0400 To: Michael Reifenberger , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org From: Mike Tancsa In-Reply-To: <200607211512.k6LFC3rR069466@repoman.freebsd.org> References: <200607211512.k6LFC3rR069466@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: cvs commit: src/sys/crypto/via padlock.c src/sys/dev/random probe.c src/sys/i386/i386 identcpu.c initcpu.c src/sys/i386/include md_var.h specialreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Aug 2006 19:03:15 -0000 Hi, This patch seems to incorrectly identify my C3 as a C7 It used to show CPU: VIA C3 Nehemiah+RNG+ACE (796.77-MHz 686-class CPU) Origin = "CentaurHauls" Id = 0x698 Stepping = 8 Features=0x381b03f real memory = 517865472 (493 MB) avail memory = 497397760 (474 MB) now it shows Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: VIA C7 Esther+RNG+AES (796.77-MHz 686-class CPU) Origin = "CentaurHauls" Id = 0x698 Stepping = 8 Features=0x381b03f real memory = 517865472 (493 MB) avail memory = 497381376 (474 MB) PADLOCK: HW support loadedacpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 This is just a plain old C3 ---Mike At 11:12 AM 21/07/2006, Michael Reifenberger wrote: >mr 2006-07-21 15:12:03 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/crypto/via padlock.c > sys/dev/random probe.c > sys/i386/i386 identcpu.c initcpu.c > sys/i386/include md_var.h specialreg.h > Log: > MFC VIA C7 support. > > Obtained from: mostly OpenBSD > > Revision Changes Path > 1.1.2.2 +5 -16 src/sys/crypto/via/padlock.c > 1.4.2.1 +4 -13 src/sys/dev/random/probe.c > 1.145.2.4 +24 -8 src/sys/i386/i386/identcpu.c > 1.52.2.3 +83 -0 src/sys/i386/i386/initcpu.c > 1.72.2.3 +2 -0 src/sys/i386/include/md_var.h > 1.27.8.2 +35 -0 src/sys/i386/include/specialreg.h >_______________________________________________ >cvs-all@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/cvs-all >To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"