summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2004-06-08interlace supportbellard2-7/+28
2004-06-08set memory size to 4MB for 5446 - fixed memory size probe (aka Win2000 bug) -...bellard1-14/+58
2004-06-07audip fixes (malc)bellard1-8/+42
2004-06-07debugbellard1-0/+2
2004-06-07allow 32 but unaligned access (aka Win PCI network bug - initial patch by Ren...bellard1-4/+4
2004-06-07cirrus blitter fixesbellard2-11/+68
2004-06-06hardware cursor depth = 15 fixbellard1-1/+1
2004-06-06specific VGA BIOS for Cirrus VGA Cardbellard1-1/+6
2004-06-06generic hardware cursor supportbellard3-12/+115
2004-06-06hardware cursor support - fill with rop support - color expand and color expa...bellard3-621/+873
2004-06-05better to use different ID for ISA and PCIbellard1-13/+10
2004-06-05init VGA with default configbellard1-0/+3
2004-06-05change ID to CLGD5446 - added solidfill support - fixed hidden dac accessbellard1-73/+205
2004-06-05Cirrus fixesbellard1-32/+45
2004-06-05-cirrusvga optionbellard1-2/+12
2004-06-05avoid using anonymous struct extension (not supported by all gcc 3.x)bellard2-53/+67
2004-06-05host bridge config fixbellard1-3/+2
2004-06-05mmio support for vga registers - line offset fix - (aka XFree86 4.3.0 fixes)bellard1-129/+108
2004-06-05Cirrus VGA display fixbellard1-5/+11
2004-06-05Cirrus VGA emulation (initial patch by Suzu - heavily modified for easier merge)bellard1-0/+2705
2004-06-05generic VGA API layerbellard2-127/+191
2004-06-03CUDA + ADB supportbellard3-1/+902
2004-06-03hid event handlingbellard1-4/+8
2004-06-03fixed PCI config default write permissionsbellard1-14/+48
2004-06-03support for opaque data on memory I/Os - PCI ROM memory supportbellard1-45/+76
2004-06-03support for opaque data on memory I/Osbellard4-53/+53
2004-06-03more accurate emulation (do not depend on localtime() or gmtime()bellard1-58/+102
2004-06-03-localtime optionbellard1-1/+4
2004-05-29put ready it after write command (aka FreeBSD HD access fix) - access 16 mult...bellard1-3/+3
2004-05-26partial big endian fixes - change VESA VBE ports for non i386 targets to avoi...bellard1-27/+63
2004-05-26PowerPC prep/chrp/pmac supportbellard3-752/+633
2004-05-26trace fixesbellard1-3/+3
2004-05-26PowerPC prep/chrp/pmac supportbellard1-0/+300
2004-05-23PowerPC mergebellard1-5/+15
2004-05-23PowerPC mergebellard1-0/+1
2004-05-23pci empty device read fix - piix3 ide initbellard1-8/+27
2004-05-23use PIIX3 like IDE controllerbellard1-1/+1
2004-05-23added PIIX3 like IDE controller - PCI irq generation - SETFEATURES IDE comman...bellard1-17/+76
2004-05-23fixed 2.88 MB boot (aka FreeBSD 5.2.1 boot fix)bellard1-29/+25
2004-05-22receive status register support (aka GRUB netboot fix)bellard1-2/+10
2004-05-22pci memory mapping fixbellard1-4/+5
2004-05-21PowerPC merge: real time TB and decrementer - faster and simpler exception ha...bellard2-2/+180
2004-05-21irq statistics code (initial patch by Jocelyn Mayer)bellard1-4/+31
2004-05-20PIC spurious irq support (aka Solaris install bug)bellard1-23/+28
2004-05-20added cpu_get_tsc()bellard1-0/+7
2004-05-20PIC reset fix (initial patch by Hidemi KAWAI)bellard1-0/+2
2004-05-20win32 fixbellard1-2/+10
2004-05-20VGA PCI supportbellard2-2/+2
2004-05-20dummy VGA PCI support - VGA font selection fix (Daniel Serpell)bellard1-6/+38
2004-05-20PCI interrupt support - PCI BIOS interrupt remapping - more accurate memory m...bellard1-74/+469