seabios.git
2008-04-12 Kevin O'ConnorFix bug causing low memory configs to be off by 1024...
2008-04-12 Kevin O'ConnorFix typo - a memcpy should have been memset in rombios32.c
2008-04-12 Kevin O'ConnorMemset should return 'void *' - just to conform to...
2008-04-06 Kevin O'ConnorFix bug causing write corruption on large disks.
2008-04-06 Kevin O'ConnorPort fix from bochs-bios for incorrect acpi on boxes...
2008-04-05 Kevin O'ConnorIntroduce cpu_relax() and use it in busy loops.
2008-04-05 Kevin O'ConnorForward port new boot menu features from bochs bios.
2008-04-05 Kevin O'ConnorMake several functions non-inline.
2008-04-05 Kevin O'ConnorAdd s64 type to types.h.
2008-04-02 Kevin O'ConnorMinor enhancements to README file.
2008-04-01 Kevin O'ConnorDon't clobber %esp highbits on C code entry.
2008-03-31 Kevin O'ConnorAvoid using volatile on GET/SET_VAR macros.
2008-03-31 Kevin O'ConnorMinor cleanup of GET_VAR usage in output.c.
2008-03-31 Kevin O'ConnorMinor cleanups.
2008-03-30 Kevin O'ConnorUpdate README file with more information on using the...
2008-03-29 Kevin O'ConnorUnify checksum functions.
2008-03-29 Kevin O'ConnorFix bugs in GET/SET_FARPTR macros.
2008-03-29 Kevin O'ConnorCleanup boot order determination.
2008-03-29 Kevin O'ConnorMerge IPL segment into EBDA segment.
2008-03-29 Kevin O'ConnorRefactor ata code.
2008-03-29 Kevin O'ConnorReorder basic_access() to reduce stack usage.
2008-03-29 Kevin O'ConnorMinor debugging improvements.
2008-03-23 Kevin O'ConnorMove internal defs from ata.h to ata.c.
2008-03-23 Kevin O'ConnorLimit cdrom emulation available functions.
2008-03-23 Kevin O'ConnorRemove redundant debug statements from disk.c.
2008-03-23 Kevin O'ConnorCleanup cdrom emulation.
2008-03-23 Kevin O'ConnorUse "FARPTR" consistently in macros.
2008-03-23 Kevin O'ConnorFix disk_1301 handler.
2008-03-23 Kevin O'ConnorBreakout cdrom emulation support into CONFIG_CDROM_EMU.
2008-03-21 Kevin O'ConnorGuard header file pci.h
2008-03-21 Kevin O'ConnorMinor change - use set_success() instead of set_cf...
2008-03-17 Kevin O'ConnorMake sure we zero bss before calling rombios32 code.
2008-03-16 Kevin O'ConnorBasic support for PCI BIOS.
2008-03-15 Kevin O'ConnorMinor cleanups.
2008-03-14 Kevin O'ConnorFix bug in apm32protected_entry.
2008-03-13 Kevin O'ConnorSplit up ata_detect() function.
2008-03-13 Kevin O'ConnorUse LBA disk access methods always; don't use CHS methods.
2008-03-13 Kevin O'ConnorMove keyboard setup to kbd.c.
2008-03-13 Kevin O'ConnorUpdate interger types in rombios32 code.
2008-03-13 Kevin O'ConnorMove ata_detect call to 32bit code.
2008-03-13 Kevin O'ConnorMove irq_enable/disable out of ata.c
2008-03-13 Kevin O'ConnorUse 32bit absolute pointers for buffers in ATA code.
2008-03-12 Kevin O'ConnorAdd FIELD_SIZEOF macro to types.h
2008-03-12 Kevin O'ConnorUse SET_BDA and GET_BDA to modify and retrieve BDA...
2008-03-12 Kevin O'ConnorClear area changed during shadow enable.
2008-03-12 Kevin O'ConnorDon't pass in ebp/esp to irq handlers.
2008-03-12 Kevin O'ConnorDon't save/restore flags and ebp on external calls...
2008-03-11 Kevin O'Connoruse PACKED for bregs declaration
2008-03-11 Kevin O'ConnorIgnore out/ directory.
2008-03-11 Kevin O'ConnorReorganize ata code; reduce stack usage.
2008-03-11 Kevin O'ConnorFix bug in atapi_get_sense.
2008-03-11 Kevin O'ConnorHalt machine on call to BX_PANIC.
2008-03-11 Kevin O'ConnorForce functions marked as inline to always be inlined.
2008-03-11 Kevin O'ConnorUnify ata_cmd_data_in/out functions.
2008-03-11 Kevin O'ConnorReduce stack usage for ISRs; minor fixes.
2008-03-10 Kevin O'ConnorCall to int 1587 shouldn't alter regs->cx.
2008-03-09 Kevin O'ConnorMinor debugging improvements.
2008-03-09 Kevin O'ConnorFix bug in int 1587.
2008-03-09 Kevin O'ConnorFix booting logic on failure.
2008-03-09 Kevin O'ConnorFix bug in cdrom reads causing incorrect return status.
2008-03-09 Kevin O'ConnorMake sure global variables are zerod before exiting...
2008-03-09 Kevin O'ConnorSimplify e820 map generation.
2008-03-09 Kevin O'ConnorReplace debug_exit calls with debug info while setting...
2008-03-09 Kevin O'ConnorAdd build option -fomit-frame-pointer.
2008-03-09 Kevin O'ConnorFix bug in SET_FARVAR.
2008-03-09 Kevin O'ConnorOptimize insb/outsb/insw/etc. functions.
2008-03-09 Kevin O'ConnorMinor cleanups.
2008-03-09 Kevin O'ConnorFix bug in ata.c
2008-03-08 Kevin O'ConnorPort rombios32 code from bochs-bios.
2008-03-08 Kevin O'ConnorMinor hack - allow formats with 'l' to be shown in...
2008-03-08 Kevin O'ConnorRevert "Commit missing files from last commit."
2008-03-08 Kevin O'ConnorRevert "This patch adds the BIOS support for SMP, ACPI...
2008-03-08 Kevin O'ConnorMake sure to restore %ds on return from call16.
2008-03-08 Kevin O'ConnorMinor cleanup - move init of bda->equipment_list_flags
2008-03-08 Kevin O'ConnorFix keyboard init bug.
2008-03-08 Kevin O'ConnorEnhance APM support.
2008-03-08 Kevin O'ConnorClean up disk debugging messages.
2008-03-08 Kevin O'Connoruse symbols for E820 memory types
2008-03-07 Kevin O'ConnorUse symbols for cmos offsets in ram_probe()
2008-03-06 Kevin O'ConnorRename VISIBLE macro for better control.
2008-03-06 Kevin O'ConnorCommit missing files from last commit.
2008-03-06 Kevin O'ConnorThis patch adds the BIOS support for SMP, ACPI, PCI...
2008-03-06 Kevin O'ConnorAdd initial support for apmbios code.
2008-03-05 Kevin O'ConnorGet CDROM emulation working.
2008-03-05 Kevin O'ConnorIgnore precision specifiers in printf code.
2008-03-05 Kevin O'ConnorMove cdrom code to its own file (cdrom.c).
2008-03-05 Kevin O'ConnorInitial cd emulation code.
2008-03-04 Kevin O'ConnorInitial cdrom support.
2008-03-04 Kevin O'ConnorUbuntu workaround found; update TODO.
2008-03-04 Kevin O'ConnorDon't pass segment to ata_cmd_packet.
2008-03-04 Kevin O'Connortypes.h & ata.h
2008-03-03 Kevin O'ConnorAdd new item to TODO.
2008-03-03 Kevin O'ConnorCleanup start logic in post.
2008-03-03 Kevin O'Connoruse symbols for segment numbers
2008-03-03 Kevin O'ConnorApply workaround to allow compiling under Ubuntu.
2008-03-02 Kevin O'ConnorBug fixes; get mouse working.
2008-03-02 Kevin O'ConnorEnhance included bios tables.
2008-03-02 Kevin O'ConnorMinor cleanup of util.h
2008-03-02 Kevin O'ConnorInitial support for ps/2 mouse.
2008-03-02 Kevin O'ConnorRename PORT_KBD_* to PORT_PS2_*
next