aboutsummaryrefslogtreecommitdiffstats
path: root/src/floppy.c
Commit message (Expand)AuthorAgeFilesLines
* Enable a default hw irq handler.Kevin O'Connor2008-11-261-3/+2
* Disable floppy access when coreboot enabled.Kevin O'Connor2008-08-171-0/+3
* Add additional config options to remove parts of code.Kevin O'Connor2008-07-211-1/+11
* Fix bug in int1308 handling of floppies.Kevin O'Connor2008-07-091-15/+8
* Improve debugging output.Kevin O'Connor2008-07-071-64/+62
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-1/+2
* Improve some debugging output.Kevin O'Connor2008-06-281-7/+3
* Cleanup handling of interrupt controller (PIC).Kevin O'Connor2008-06-141-1/+7
* Support config driven debugging of each irq handler.Kevin O'Connor2008-06-121-1/+1
* Move debugging messages to appropriate functions.Kevin O'Connor2008-06-081-0/+1
* Improve control of debug messages.Kevin O'Connor2008-05-241-5/+0
* Auto-detect equipment byte info - don't require nvram.Kevin O'Connor2008-05-181-10/+17
* Expand floppy_ret to show function names when return code is a failure.rel-0.2.2Kevin O'Connor2008-04-241-3/+6
* Compile fixes for gcc 4.3.Kevin O'Connor2008-04-131-1/+1
* Move floppy setup code from post.c to floppy.c.Kevin O'Connor2008-04-131-0/+13
* Introduce cpu_relax() and use it in busy loops.Kevin O'Connor2008-04-051-4/+10
* Reduce stack usage for ISRs; minor fixes.Kevin O'Connor2008-03-111-2/+2
* Replace debug_exit calls with debug info while setting a failure.Kevin O'Connor2008-03-091-8/+10
* Rename VISIBLE macro for better control.Kevin O'Connor2008-03-051-2/+2
* Bug fixes; get mouse working.Kevin O'Connor2008-03-021-4/+9
* Enhance included bios tables.Kevin O'Connor2008-03-021-36/+19
* Minor cleanup in floppy.cKevin O'Connor2008-02-291-15/+16
* Version 0.1.2rel-0.1.2Kevin O'Connor2008-02-251-1/+2
* Version 0.1.1rel-0.1.1Kevin O'Connor2008-02-251-1/+1
* Initial checkin.rel-0.1.0Kevin O'Connor2008-02-251-0/+757