aboutsummaryrefslogtreecommitdiff
path: root/hw/lsi53c895a.c
AgeCommit message (Expand)Author
2011-01-14lsi53c895a: fix endianness issuesAurelien Jarno
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-11-22pci: Replace unneeded type casts in calls of pci_register_barStefan Weil
2010-10-13lsi53c895a: avoid a write only variableBlue Swirl
2010-09-08scsi: fix and improve debug printsBernhard Kohl
2010-07-06scsi: Fix SCSI bus resetJan Kiszka
2010-07-02scsi: scsi_bus_legacy_handle_cmdline() can fail, fix callersMarkus Armbruster
2010-06-29lsi53c895a: fix Phase Mismatch JumpPaolo Bonzini
2010-05-22lsi: Fix value overflow in request tag processingJan Kiszka
2010-05-10lsi: Handle removal of selected devicesJan Kiszka
2010-05-10lsi: Adjust some register reset valuesJan Kiszka
2010-05-10lsi: Purge message queue on resetJan Kiszka
2010-05-03lsi: Properly initialize controller state on resetJan Kiszka
2010-05-03lsi: Purge request queue on soft resetJan Kiszka
2010-04-09lsi: fix segfault in lsi_command_completeGerd Hoffmann
2010-01-11lsi: pass lsi_request to lsi_reselectGerd Hoffmann
2010-01-11lsi: move dma_len+dma_buf into lsi_requestGerd Hoffmann
2010-01-11lsi: move current_dev into lsi_requestGerd Hoffmann
2010-01-11lsi: have lsi_request for the whole life time of the request.Gerd Hoffmann
2010-01-11lsi: use QTAILQ for lsi_queueGerd Hoffmann
2010-01-06Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2009-12-25Fix Sparse warning: dubious: !x & yBlue Swirl
2009-12-23lsi: symbolic names for pci registersMichael S. Tsirkin
2009-12-03Fix compile error when LSI_DEBUG is definedRyan Harper
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela
2009-12-03lsi53c895a: Implement IRQ on reselectionLaszlo Ast
2009-12-03lsi53c895a: Use alternative address when already reselectedLaszlo Ast
2009-12-03lsi53c895a: Fix SDID in SELECT ID commandLaszlo Ast
2009-12-03lsi53c895a: Fix message code of DISCONNECTLaszlo Ast
2009-12-03lsi53c895a: Add support for LSI53C700 Family Compatibility bitLaszlo Ast
2009-12-03lsi53c895a: Whitespace and typo fixesLaszlo Ast
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata
2009-11-09scsi: move scsi-disk.h -> scsi.hGerd Hoffmann
2009-11-09scsi: move scsi.h -> esp.hGerd Hoffmann
2009-10-27lsi_scsi: port to vmstateJuan Quintela
2009-10-27hotplug: fix "pci_add storage if=scsi"Gerd Hoffmann
2009-10-05pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann
2009-10-05switch scsi bus to inplace allocation.Gerd Hoffmann
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-09qdev/scsi: add scsi bus support to qdev, convert drivers.Gerd Hoffmann
2009-08-27lsi53c895a: LSIState is a DeviceHostJuan Quintela
2009-08-27lsi53c895a: rename PCIDevice field from pci_dev to dev (consistence)Juan Quintela
2009-08-27lsi53c895a: use DO_UPCAST to cast from PCIDeviceJuan Quintela
2009-08-27lsi53c895a: remove pointless cast from void *Juan Quintela
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-07-22Add save/restore support to the LSI logic SCSI device model.Nolan