seabios.git
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_*
2008-03-02 Kevin O'ConnorVarious minor cleanups.
2008-03-02 Kevin O'ConnorAdd additional int15 handlers for disk drives.
2008-03-01 Kevin O'ConnorReduce stack usage in call16().
2008-03-01 Kevin O'ConnorCleanup implementation of call16().
2008-03-01 Kevin O'ConnorMinor - reduce stack usage of handle_1587.
2008-03-01 Kevin O'ConnorImplement basic "eoi_jmp_post" code to post step.
2008-03-01 Kevin O'ConnorUpdate TODO notes.
2008-03-01 Kevin O'ConnorImprove comments in romlayout.S
2008-03-01 Kevin O'ConnorFix for int15 handlers.
2008-03-01 Kevin O'ConnorAdd copyrights to ata.c/h files.
2008-03-01 Kevin O'ConnorMinor update to bprintf.
2008-03-01 Kevin O'ConnorMake disk access work.
2008-03-01 Kevin O'ConnorFix header guards produced by defsys.py
2008-03-01 Kevin O'ConnorCleanup of post.c
2008-03-01 Kevin O'ConnorUse symbols instead of number for segment descriptors...
2008-02-29 Kevin O'ConnorInitial support for ATA disks.
next