Source-Changes archive

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

CVS commit: src/sys/arch/i386



Module Name:    src
Committed By:   xtraeme
Date:           Tue Feb 26 18:24:28 UTC 2008

Modified Files:
        src/sys/arch/i386/conf: files.i386
        src/sys/arch/i386/i386: identcpu.c machdep.c
        src/sys/arch/i386/include: cpu.h
Added Files:
        src/sys/arch/i386/i386: longrun.c

Log Message:
Split off the Transmeta Crusoe Longrun code into its own file, that
way identcpu.c and machdep.c are not cluttered with foreign code.

The driver is built by default as before, but the sysctl subtree will
only be created if longrun is detected and not always as the old code
did. This matches what the FreeBSD code does.

Ok by christos@.


To generate a diff of this commit:
cvs rdiff -r1.333 -r1.334 src/sys/arch/i386/conf/files.i386
cvs rdiff -r1.87 -r1.88 src/sys/arch/i386/i386/identcpu.c
cvs rdiff -r0 -r1.1 src/sys/arch/i386/i386/longrun.c
cvs rdiff -r1.626 -r1.627 src/sys/arch/i386/i386/machdep.c
cvs rdiff -r1.161 -r1.162 src/sys/arch/i386/include/cpu.h

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