aboutsummaryrefslogtreecommitdiff
path: root/src/floppy.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-27Minor - cleanup return code of floppy_media_sense.Kevin O'Connor1-11/+3
2009-02-07More floppy code cleanups.Kevin O'Connor1-68/+77
2009-02-07Minor floppy cleanups.Kevin O'Connor1-72/+45
2009-01-19Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.Kevin O'Connor1-1/+1
2009-01-17Move variables from assembler to C code.Kevin O'Connor1-0/+17
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2009-01-02Improve set_code_fail/floppy_ret/disk_ret code generation.Kevin O'Connor1-4/+5
2008-12-29Add more linker protections around variables accessed from 16bit mode.Kevin O'Connor1-1/+1
2008-12-28Add linker magic to ensure 16bit variables aren't repeated in 32bit code.Kevin O'Connor1-3/+1
2008-11-26Enable a default hw irq handler.Kevin O'Connor1-3/+2
2008-08-17Disable floppy access when coreboot enabled.Kevin O'Connor1-0/+3
2008-07-21Add additional config options to remove parts of code.Kevin O'Connor1-1/+11
2008-07-09Fix bug in int1308 handling of floppies.Kevin O'Connor1-15/+8
2008-07-07Improve debugging output.Kevin O'Connor1-64/+62
2008-07-04Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor1-1/+2
2008-06-28Improve some debugging output.Kevin O'Connor1-7/+3
2008-06-14Cleanup handling of interrupt controller (PIC).Kevin O'Connor1-1/+7
2008-06-12Support config driven debugging of each irq handler.Kevin O'Connor1-1/+1
2008-06-08Move debugging messages to appropriate functions.Kevin O'Connor1-0/+1
2008-05-24Improve control of debug messages.Kevin O'Connor1-5/+0
2008-05-18Auto-detect equipment byte info - don't require nvram.Kevin O'Connor1-10/+17
2008-04-24Expand floppy_ret to show function names when return code is a failure.rel-0.2.2Kevin O'Connor1-3/+6
2008-04-13Compile fixes for gcc 4.3.Kevin O'Connor1-1/+1
2008-04-13Move floppy setup code from post.c to floppy.c.Kevin O'Connor1-0/+13
2008-04-05Introduce cpu_relax() and use it in busy loops.Kevin O'Connor1-4/+10
2008-03-11Reduce stack usage for ISRs; minor fixes.Kevin O'Connor1-2/+2
2008-03-09Replace debug_exit calls with debug info while setting a failure.Kevin O'Connor1-8/+10
2008-03-05Rename VISIBLE macro for better control.Kevin O'Connor1-2/+2
2008-03-02Bug fixes; get mouse working.Kevin O'Connor1-4/+9
2008-03-02Enhance included bios tables.Kevin O'Connor1-36/+19
2008-02-29Minor cleanup in floppy.cKevin O'Connor1-15/+16
2008-02-25Version 0.1.2rel-0.1.2Kevin O'Connor1-1/+2
2008-02-25Version 0.1.1rel-0.1.1Kevin O'Connor1-1/+1
2008-02-25Initial checkin.rel-0.1.0Kevin O'Connor1-0/+757