Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   xtraeme
Date:           Fri Feb  3 02:37:57 UTC 2006

Modified Files:
        src/sys/arch/i386/i386: identcpu.c powernow_k7.c
        src/sys/arch/i386/include: cpu.h
        src/sys/lkm/arch/i386/powernow: lkminit_powernow.c

Log Message:
Fix "hard reboot" problem reported by Rhialto weeks ago on current-users@.
The problem was that pnowk7_init() was called too early in the boot
process, at this point the required calls were not available.

Thanks to Rhialto for testing and cube/christos for comments.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/arch/i386/i386/identcpu.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/i386/i386/powernow_k7.c
cvs rdiff -r1.121 -r1.122 src/sys/arch/i386/include/cpu.h
cvs rdiff -r1.2 -r1.3 src/sys/lkm/arch/i386/powernow/lkminit_powernow.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