tsc crap :/
[seabios.git] / src / clock.c
2012-04-06 Bernhard Urbantsc crap :/
2012-02-02 Kevin O'ConnorAdd TSC emulation layer for 386/486 CPUs.
2010-09-25 Kevin O'ConnorCleanup - it's no longer necessary to manually reset...
2010-07-29 Kevin O'ConnorAdd FUNC16() helper macro for converting a 16bit func...
2010-07-27 Kevin O'ConnorFix integer truncating bug in calc_future_timer().
2010-05-23 Kevin O'ConnorDon't use RTC to time boot menu delay.
2010-05-23 Kevin O'ConnorGeneralize timer based delay code.
2010-05-23 Kevin O'ConnorRename check_time() to check_tsc().
2010-05-02 Kevin O'ConnorAdd support for USB mice.
2010-03-14 Kevin O'ConnorExtend time for rtc to be ready.
2010-03-14 Kevin O'ConnorEnable irqs in kbd/clock calls that caller might "spin...
2010-02-14 Kevin O'ConnorSupport USB interrupt schedules on OHCI and UHCI.
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-13 Kevin O'ConnorDistinguish between debug reports for unimplemented...
2009-12-13 Kevin O'ConnorEnhance experimental option rom "threading" - enable...
2009-10-24 Kevin O'ConnorReplace irq_enable() regions with explicit calls to...
2009-10-23 Kevin O'ConnorHandle tsc rollover.
2009-10-18 Kevin O'ConnorExpand USB OHCI support.
2009-09-29 Kevin O'ConnorInitial support for USB, UHCI, and USB Keyboards.
2009-09-28 Kevin O'ConnorReplace clock conversion constants with defines.
2009-09-20 Kevin O'ConnorSupport sleeping until an irq fires, and use where...
2009-09-09 Kevin O'ConnorReplace common segment/offset pairs with struct segoff_s.
2009-09-09 Kevin O'ConnorRename VAR16_32 to VAR16VISIBLE.
2009-02-16 Kevin O'ConnorFix RTC UIP timing.
2009-02-15 Kevin O'ConnorClock cleanups.
2009-01-30 Kevin O'ConnorDon't declare a handler for int 0x1c - the default...
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-02 Kevin O'ConnorReduce stack usage of hw irq handlers.
2008-12-30 Kevin O'ConnorAdd more linker protections around variables accessed...
2008-12-29 Kevin O'ConnorAdd linker magic to ensure 16bit variables aren't repea...
2008-12-13 Kevin O'ConnorImplement GET/SET_GLOBAL(...) instead of using GET...
2008-12-13 Kevin O'ConnorImplement time based checks even when looping on an...
2008-11-28 Kevin O'ConnorImplement tsc based delay timers, and use them througho...
2008-11-26 Kevin O'ConnorEnable a default hw irq handler.
2008-07-13 Kevin O'ConnorAlways define macro MODE16 - that way it can be used...
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-06-28 Kevin O'ConnorImprove some debugging output.
2008-06-14 Kevin O'ConnorCleanup handling of interrupt controller (PIC).
2008-06-13 Kevin O'ConnorSupport config driven debugging of each irq handler.
2008-06-08 Kevin O'ConnorMove debugging messages to appropriate functions.
2008-05-25 Kevin O'ConnorMinor cleanup - use usecs instead of msecs.
2008-05-18 Kevin O'ConnorImplement usleep using real time clock.
2008-05-14 Kevin O'ConnorFix typo in clock.c outb_cmos call.
2008-04-13 Kevin O'ConnorMove timer setup from post.c to clock.c.
2008-03-16 Kevin O'ConnorBasic support for PCI BIOS.
2008-03-12 Kevin O'ConnorDon't save/restore flags and ebp on external calls...
2008-03-11 Kevin O'ConnorReduce stack usage for ISRs; minor fixes.
2008-03-09 Kevin O'ConnorReplace debug_exit calls with debug info while setting...
2008-03-06 Kevin O'ConnorRename VISIBLE macro for better control.
2008-03-02 Kevin O'ConnorBug fixes; get mouse working.
2008-02-27 Kevin O'ConnorMisc updates.
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorVersion 0.1.1
2008-02-26 Kevin O'ConnorInitial checkin.