Add #defines needed by OpenSolaris, fix breakage by the #defines
[qemu] / hw / lsi53c895a.c
2009-09-09 Gerd Hoffmannqdev/scsi: add scsi bus support to qdev, convert drivers.
2009-08-28 Juan Quintelalsi53c895a: LSIState is a DeviceHost
2009-08-28 Juan Quintelalsi53c895a: rename PCIDevice field from pci_dev to...
2009-08-28 Juan Quintelalsi53c895a: use DO_UPCAST to cast from PCIDevice
2009-08-28 Juan Quintelalsi53c895a: remove pointless cast from void *
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-07-22 NolanAdd save/restore support to the LSI logic SCSI device...
2009-07-09 Gerd Hoffmannqdev: update pci device registration.
2009-06-16 Sebastian Herbsztlsi53c895a: Implement write access to DMA Byte Counter
2009-06-16 Sebastian Herbsztlsi53c895a: Implement read and write access to DMA...
2009-06-16 Sebastian Herbsztlsi53c895a: Implement Scratch Byte Register
2009-06-16 Avi KivityRename pci_register_io_region() to pci_register_bar()
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-05-21 Blue SwirlCompile fdc, escc and SCSI controllers only once
2009-05-14 Paul BrookLSI SCSI qdev conversion
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-03-05 aliguorilsi: add ISTAT1 register read (Ryan Harper)
2009-02-11 aliguoriqemu: LSI SCSI and e1000 unregister callbacks (Marcelo...
2009-02-11 aliguoriqemu: record devfn on block driver instance (Marcelo...
2009-02-01 blueswir1Add and use #defines for PCI device classes
2009-01-26 aliguoriDefine PCI vendor and device IDs in pci.h (Stuart Brady)
2009-01-14 aurel32LSI53C895A: Introduce CASE_GET_REG24
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-12-10 aliguoriAdd 64-bit Block Move support (Direct & Table Indirect...
2008-12-10 aliguoriLSI53C895A: Rename dmbs register to dbms (Ryan Harper)
2008-12-07 balrogLSI53C895A: Handle empty SCRIPTS opcode (Justin Chevrier)
2008-12-07 balrogLSI53C895A: Remove current_dma_len hack
2008-11-20 aliguoriFix typo when using TARGET_FMT_plx and LSI_DEBUG (Ryan...
2008-11-18 aliguoriAdd 40-bit DMA support to LSI scsi emulation (Ryan...
2008-11-12 balrogImplement LSI53C895A quirks exposed by OpenServer ...
2008-09-22 pbrookAdd comment to windows SCSI hack.
2008-09-22 aliguoriLSI SCSI: raise UDC on infinite loop (Marcelo Tosatti)
2008-08-06 thsAdd qemu_realloc(), by Gerd Hoffmann.
2007-12-24 thsReal SCSI device passthrough (v4), by Laurent Vivier.
2007-12-10 thsSCSI cleanup, by Laurent Vivier.
2007-12-02 thsAdd -drive parameter, by Laurent Vivier.
2007-11-17 pbrookBreak up vl.h.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-04-28 thsFix length mismatch condition, by Wang Cheng Yeh.
2007-04-22 thsTypo fix, by Wang Cheng Yeh.
2007-04-17 thsAnother lsi53c895a patch, by Wang Cheng Yeh.
2007-04-07 pbrookUnify IRQ handling.
2007-04-02 thsRandom bug fixes from code inspection, by Wang Cheng...
2007-03-19 thsSCSI fixes, by Wang Cheng Yeh.
2006-08-29 pbrookSCSI TCQ support.
2006-08-12 pbrookSCSI and USB async IO support.
2006-05-30 pbrookPCI SCSI HBA emulation.