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
Mike Tancsa
mike at sentex.net
Tue Aug 1 19:03:15 UTC 2006
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 at freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/cvs-all
>To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
More information about the cvs-src
mailing list