aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-03Use macros for .code16/32 mode switches in inline asm in stacks.cKevin O'Connor1-12/+17
2014-12-03Minor - be consistent in placement of .code16/32 in romlayout.SKevin O'Connor1-6/+11
2014-12-03floppy: Make sure to yield() during floppy PIOKevin O'Connor1-0/+2
2014-12-03build: set LC_ALL=CGerd Hoffmann1-0/+1
2014-11-25add scripts/tarball.shGerd Hoffmann1-0/+36
2014-11-12pciinit: Fix build warning in mch_pci_slot_get_irq()Kevin O'Connor1-16/+7
2014-11-12Fix build issue on gcc34Kevin O'Connor1-1/+1
2014-11-12Minor - comment updates in romlayout.SKevin O'Connor1-8/+8
2014-11-12Use an aligned stack offset when entering on the extra stackKevin O'Connor4-23/+24
2014-11-12vgabios: Add software cursor capabilityKevin O'Connor6-5/+143
2014-11-12vgabios: Support emulating text mode attributes while in graphics modeKevin O'Connor5-10/+47
2014-11-12Minor - move PORT_PS2_CTRLB from hw/ps2port.h to hw/timer.cKevin O'Connor2-2/+1
2014-11-10megasas: read addional PCI I/O barHannes Reinecke1-0/+4
2014-11-03Fix PNP regression introduced in 99cb8f3e due to missed conversionKevin O'Connor1-1/+1
2014-10-27vgabios: Add support for reading framebuffer in "direct" modeKevin O'Connor1-5/+32
2014-10-27vgabios: Fill in available legacy modes in video_func_static at runtimeKevin O'Connor3-2/+12
2014-10-27vgabios: Move standard table definitions to std/vga.hKevin O'Connor5-67/+79
2014-10-27vgabios: Only set the dcc_index=8 if stdvga ports are availableKevin O'Connor1-2/+1
2014-10-27vgabios: Only init BDA device details in init_bios_area()Kevin O'Connor2-20/+8
2014-10-27vgabios: Refactor get/set_cursor_shape() codeKevin O'Connor3-32/+29
2014-10-27vgabios: Set cursor shape fixesKevin O'Connor1-11/+7
2014-10-27vgabios: Rename vbe_flags to flagsKevin O'Connor2-4/+7
2014-10-27vgabios: Don't pass vmode_g to vgafb_move_chars() / vgafb_clear_chars()Kevin O'Connor3-19/+19
2014-10-27vgabios: Cache a pointer to the current mode struct in the BDAKevin O'Connor2-2/+7
2014-10-27vgabios: Don't declare custom internal BDA storage in std/bda.hKevin O'Connor4-14/+22
2014-10-27Remove unused macro ENTRY_STKevin O'Connor1-23/+0
2014-10-27Do full BREGS backup/restore for pmm, pnp, and irqentry_extrastackKevin O'Connor1-41/+15
2014-10-27Create assembler macros for saving and restoring 'struct bregs'Kevin O'Connor3-68/+47
2014-10-27Don't clobber %ax on ENTRY_INTO32 macroKevin O'Connor2-11/+4
2014-10-27Use 32bit memcpy in int1587 when applicableKevin O'Connor1-13/+19
2014-10-16usb: Use usb_realloc_pipe for pipe alloc, update, and free.Kevin O'Connor2-36/+30
2014-10-16ehci: Export ehci_realloc_pipe() instead of ehci_alloc_pipe()Kevin O'Connor3-5/+9
2014-10-16ohci: Export ohci_realloc_pipe() instead of ohci_alloc_pipe()Kevin O'Connor3-5/+9
2014-10-16uhci: Export uhci_realloc_pipe() instead of uhci_alloc_pipe()Kevin O'Connor3-5/+9
2014-10-16xhci: Change xhci_update_pipe() to xhci_realloc_pipe() and use for alloc tooKevin O'Connor3-12/+14
2014-10-16usb: Clarify usb freelist manipulationsKevin O'Connor5-12/+29
2014-10-16usb: Rename free_pipe() to usb_free_pipe()Kevin O'Connor4-11/+11
2014-10-16usb: Rename send_default_control() to usb_send_default_control()Kevin O'Connor5-16/+16
2014-10-16usb: Rename findEndPointDesc() to usb_find_desc()Kevin O'Connor4-7/+7
2014-10-16usb: Rename usb_getFrameExp() to usb_get_period()Kevin O'Connor6-8/+8
2014-10-16usb: Rename ?hci_control() to ?hci_send_control()Kevin O'Connor9-24/+24
2014-10-15Backup and restore a20 on call32_sloppy()Kevin O'Connor1-0/+7
2014-10-15Move a20 code from system.c and ps2port.h to x86.hKevin O'Connor4-31/+19
2014-10-15Implement call32 mechanism using SMIs.Kevin O'Connor4-1/+192
2014-10-11Fully restore 16bit state during call16_sloppy()Kevin O'Connor1-30/+63
2014-10-11Break up call32() into call32() and call32_sloppy()Kevin O'Connor1-39/+47
2014-10-11Move call16() functions from romlayout.S to inline assembler in stacks.cKevin O'Connor2-54/+69
2014-10-11build: Support declaring 32bit C functions that must reside in the f-segmentKevin O'Connor2-5/+15
2014-10-11Update reset() to use call16_back()Kevin O'Connor1-2/+2
2014-10-11Simplify farcall16 codeKevin O'Connor2-17/+15