Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   tls
Date:           Wed Apr  1 03:56:54 UTC 2009

Modified Files:
        src/sys/arch/i386/i386: machdep.c
        src/sys/arch/x86/include: via_padlock.h
        src/sys/arch/x86/x86: identcpu.c via_padlock.c

Log Message:
Fix probe for VIA C3 and successors -- these are CPU family 6, not 5.
The broken probe was causing the VIA padlock driver to never attach!
Now we can see that its AES appears to be broken -- it makes FAST_IPSEC
ESP not work, on systems where it works fine with cryptosoft.

Rework code to detect and (if necessary) enable VIA crypto and RNG.
Add RNG support to VIA padlock driver.  In the process, have a quick
go at debugging the AES support but no luck thus far.


To generate a diff of this commit:
cvs rdiff -u -r1.667 -r1.668 src/sys/arch/i386/i386/machdep.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x86/include/via_padlock.h
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x86/x86/identcpu.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/x86/via_padlock.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index