vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Here's a patch, I don't know what will happen because it looks like longrun.c was written for Crusoe. --- /usr/src/share/man/man4/man4.i386/cpu.4 2007/11/28 14:19:11 1.1 +++ /usr/src/share/man/man4/man4.i386/cpu.4 2007/11/28 14:22:25 @@ -52,8 +52,8 @@ order given. .Bl -tag -width tenletters .It LongRun -Found on Transmeta Crusoe processors, offers frequency scaling with numerous -positions. +Found on Transmeta Crusoe and Efficeon processors, offers frequency scaling +with numerous positions. The processor dynamically adjusts frequency in response to load, the setperf value is interpreted as the maximum. .It EST --- /usr/src/sys/arch/i386/conf/files.i386 2007/11/28 14:23:54 1.1 +++ /usr/src/sys/arch/i386/conf/files.i386 2007/11/28 14:24:21 @@ -25,7 +25,7 @@ file arch/i386/i386/via.c i686_cpu file arch/i386/i386/amd64errata.c i686_cpu file arch/i386/i386/kgdb_machdep.c kgdb -file arch/i386/i386/longrun.c !small_kernel & i586_cpu +file arch/i386/i386/longrun.c !small_kernel & i586_cpu | i686_cpu file arch/i386/i386/mem.c file arch/i386/i386/i686_mem.c mtrr file arch/i386/i386/k6_mem.c mtrr --- /usr/src/sys/arch/i386/include/cpu.h 2007/11/28 14:26:44 1.1 +++ /usr/src/sys/arch/i386/include/cpu.h 2007/11/28 14:27:14 @@ -390,7 +390,7 @@ #endif /* longrun.c */ -#if !defined(SMALL_KERNEL) && defined(I586_CPU) +#if !defined(SMALL_KERNEL) && defined(I586_CPU) || defined(I686_CPU) void longrun_init(void); void longrun_setperf(int); #endif -- Travers Buda |