--- cpu.h.orig Tue May 29 22:09:43 2007 +++ cpu.h Mon Aug 13 13:19:02 2007 @@ -62,9 +62,9 @@ #define CPU_ALLOWAPERTURE 6 /* int: allow mmap of /dev/xf86 */ #define CPU_APMWARN 7 /* APM battery warning percentage */ #define CPU_KBDRESET 8 /* int: console keyboard reset */ -#define CPU_MAXSPEED 11 /* int: number of valid machdep ids */ -#define CPU_LIDSUSPEND 12 /* int: closing lid causes suspend */ -#define CPU_MAXID 13 /* number of valid machdep ids */ +#define CPU_MAXSPEED 9 /* int: number of valid machdep ids */ +#define CPU_LIDSUSPEND 10 /* int: closing lid causes suspend */ +#define CPU_MAXID 11 /* number of valid machdep ids */ #define CTL_MACHDEP_NAMES { \ { 0, 0 }, \