]> git.proxmox.com Git - qemu.git/history - hw/gt64xxx.c
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[qemu.git] / hw / gt64xxx.c
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-11 thsRemove superfluous gt64xxx_pci_mapping calls.
2007-07-11 thsImpement Galilleo ISD register.
2007-06-12 thsRevert the Gallileo PCI mapping patch, it conflicts...
2007-06-10 thsMore PCI mapping/remapping for Gallileo.
2007-06-07 thsUnbreak PCI config register, noticed by Stefan Weil.
2007-06-07 thsInitialize more GT64xxx registers on reset.
2007-06-07 thsFix some Malta PCI config bits.
2007-06-07 thsPCI device saving for GT64xxx.
2007-06-07 thsImplement some more Gallileo registers.
2007-06-07 thsFix PCI irq mapping on Malta.
2007-04-15 thsGallileo fixes, by Stefan Weil.
2007-04-07 pbrookUnify IRQ handling.
2007-03-18 thsA VGA card for the Malta board.
2007-03-06 thsFix GT-64xxx PCI mapping, by Aurelien Jarno.
2007-01-31 thsFix GT64120 mapping with REDBOOT, by Aurelien Jarno.
2007-01-24 thsReworking MIPS interrupt handling, by Aurelien Jarno.
2007-01-17 thsBig endian support for Gallileo, by Aurelien Jarno.
2007-01-15 thsGallileo GT64xxx support, by Aurelien Jarno.