Date: Tue, 01 Aug 2006 15:02:32 -0400 From: Mike Tancsa <mike@sentex.net> To: Michael Reifenberger <mr@freebsd.org>, src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org 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 Message-ID: <6.2.3.4.0.20060801145513.044677d0@64.7.153.2> In-Reply-To: <200607211512.k6LFC3rR069466@repoman.freebsd.org> References: <200607211512.k6LFC3rR069466@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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<FPU,VME,DE,PSE,TSC,MSR,MTRR,PGE,CMOV,PAT,MMX,FXSR,SSE>
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<FPU,VME,DE,PSE,TSC,MSR,MTRR,PGE,CMOV,PAT,MMX,FXSR,SSE>
real memory = 517865472 (493 MB)
avail memory = 497381376 (474 MB)
PADLOCK: HW support loadedacpi0: <CM400 AWRDACPI> 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.2.3.4.0.20060801145513.044677d0>
