From: Michael Brown Date: Sun, 2 Mar 2008 02:33:54 +0000 (+0000) Subject: [Timers] Move TIMER_BIOS and TIMER_RDTSC to their own config.h section. X-Git-Tag: v0.9.4~225^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4704abbc5075c13230e00dd30b559c6e8ca07dbb;p=thirdparty%2Fipxe.git [Timers] Move TIMER_BIOS and TIMER_RDTSC to their own config.h section. --- diff --git a/src/config.h b/src/config.h index b3e572692..67fdd64c6 100644 --- a/src/config.h +++ b/src/config.h @@ -23,9 +23,6 @@ #undef CONSOLE_BTEXT /* Who knows what this does? */ #undef CONSOLE_PC_KBD /* Direct access to PC keyboard */ -#define TIMER_BIOS -#define TIMER_RDTSC - /* @END general.h */ /* @BEGIN serial.h @@ -54,6 +51,16 @@ /* @END serial.h */ +/* @BEGIN general.h + * + * Timer configuration + * + */ +#define TIMER_BIOS /* 18Hz BIOS timer */ +#define TIMER_RDTSC /* CPU TimeStamp Counter timer */ + +/* @END general.h */ + /* @BEGIN isa.h * * ISA probe address configuration