History log of /netbsd/sys/arch/i386/i386/longrun.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 72521d3d 23-Oct-2011 jmcneill <jmcneill@NetBSD.org>

PR #32894: protection fault trap in tmx86_get_longrun_mode

Use rdmsr_safe in tmx86_init_longrun to verify that the MSRs are present.


# 4ac581c0 27-Feb-2008 xtraeme <xtraeme@NetBSD.org>

Add back the CPU_TMLR_* definitions for binary sysctl compatibility
with NetBSD pre-2.0, and use them in the longrun driver again.

Requested by cube@.


# e4a52ebb 27-Feb-2008 xtraeme <xtraeme@NetBSD.org>

- Fixup the machdep.tm_longrun_* sysctl nodes creation.
- The CTL_TMLR_ static definitions for CTL_MACHDEP are not needed anymore.


# c524510b 26-Feb-2008 xtraeme <xtraeme@NetBSD.org>

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

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@.

show more ...