Cleanup handling of interrupt controller (PIC).
[seabios.git] / src / floppy.c
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'ConnorImprove control of debug messages.
2008-05-18 Kevin O'ConnorAuto-detect equipment byte info - don't require nvram.
2008-04-25 Kevin O'ConnorExpand floppy_ret to show function names when return...
2008-04-13 Kevin O'ConnorCompile fixes for gcc 4.3.
2008-04-13 Kevin O'ConnorMove floppy setup code from post.c to floppy.c.
2008-04-05 Kevin O'ConnorIntroduce cpu_relax() and use it in busy loops.
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-03-02 Kevin O'ConnorEnhance included bios tables.
2008-02-29 Kevin O'ConnorMinor cleanup in floppy.c
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.