grml...
[seabios.git] / src / floppy.c
2011-07-10 Kevin O'ConnorPush use of 'struct pci_device' to bootprio_find_fdc_de...
2011-07-02 Kevin O'ConnorConvert pci_find_device/class to use 'struct pci_device'.
2010-12-30 Kevin O'ConnorRemove drive->desc field.
2010-12-28 Kevin O'ConnorAdd stubs to permit devices to specify their boot priority.
2010-12-28 Kevin O'ConnorSimplify boot ordering by building an inclusive boot...
2010-07-29 Kevin O'ConnorAdd FUNC16() helper macro for converting a 16bit func...
2010-02-22 Kevin O'ConnorCleanup - build drive description in temp memory during...
2010-02-16 Kevin O'ConnorDynamically allocate each drive_g with malloc_fseg().
2010-01-17 Kevin O'ConnorWork around bochs floppy issue with wait_irq().
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-10-24 Kevin O'ConnorReplace irq_enable() regions with explicit calls to...
2009-10-23 Kevin O'ConnorPass 'drive_s' pointer instead of driveid.
2009-09-20 Kevin O'ConnorSupport sleeping until an irq fires, and use where...
2009-09-12 Kevin O'ConnorUnify cd emulation access and main disk access code.
2009-09-12 Kevin O'ConnorAdd mechanism for describing internal drives in boot...
2009-09-09 Kevin O'ConnorRename VAR16_32 to VAR16VISIBLE.
2009-08-23 Kevin O'ConnorAdd defines for floppy constants.
2009-08-17 Kevin O'ConnorAdd support for using floppy images in CBFS.
2009-08-16 Kevin O'ConnorUnify floppy and harddrive command routing.
2009-08-16 Kevin O'ConnorUnify some floppy and disk functions.
2009-08-16 Kevin O'ConnorAdd floppy controllers to "drives" list also.
2009-08-12 Kevin O'ConnorSeparate ATA code from generic disk code.
2009-02-28 Kevin O'ConnorMinor - cleanup return code of floppy_media_sense.
2009-02-07 Kevin O'ConnorMore floppy code cleanups.
2009-02-07 Kevin O'ConnorMinor floppy cleanups.
2009-01-19 Kevin O'ConnorRename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
2009-01-17 Kevin O'ConnorMove variables from assembler to C code.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-02 Kevin O'ConnorImprove set_code_fail/floppy_ret/disk_ret code generation.
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-11-26 Kevin O'ConnorEnable a default hw irq handler.
2008-08-17 Kevin O'ConnorDisable floppy access when coreboot enabled.
2008-07-22 Kevin O'ConnorAdd additional config options to remove parts of code.
2008-07-10 Kevin O'ConnorFix bug in int1308 handling of floppies.
2008-07-08 Kevin O'ConnorImprove debugging output.
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'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.