diff options
| author | Warner Losh <imp@FreeBSD.org> | 2006-08-09 23:47:38 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2006-08-09 23:47:38 +0000 |
| commit | ddebcb409b9182dad3fc6a4057013fff5479918c (patch) | |
| tree | 20aa68e235c808b52a199e9b017520c44a3dc2f9 /sys/isa | |
| parent | f5190c12770134151ec0714930abbd50182bc287 (diff) | |
Notes
Diffstat (limited to 'sys/isa')
| -rw-r--r-- | sys/isa/atrtc.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/isa/atrtc.c b/sys/isa/atrtc.c index f785849faca5..652cc0144cd5 100644 --- a/sys/isa/atrtc.c +++ b/sys/isa/atrtc.c @@ -93,10 +93,6 @@ __FBSDID("$FreeBSD$"); #include <i386/bios/mca_machdep.h> #endif -#ifdef XBOX -#include <machine/xbox.h> -#endif - /* * 32-bit time_t's can't reach leap years before 1904 or after 2036, so we * can use a simple formula for leap years. @@ -543,11 +539,6 @@ calibrate_clocks(void) return (tot_count); fail: -#ifdef XBOX - if (arch_i386_is_xbox) - timer_freq = 1125000; /* gives ~733.34MHz CPU clock */ -#endif - if (bootverbose) printf("failed, using default i8254 clock of %u Hz\n", timer_freq); |
