diff options
author | Hannes Reinecke <hare@suse.de> | 2012-05-29 13:51:17 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-07-02 11:11:25 +0200 |
commit | e8f943c3bcc2a578bfd30b825f2ebaf345c63a09 (patch) | |
tree | 1c719242b07ebc15f02d19d605c1d04161a170c2 /hw/pci_ids.h | |
parent | 7430d0f5a79e3008d7c9f12d12776eedb317ac06 (diff) | |
download | qemu-e8f943c3bcc2a578bfd30b825f2ebaf345c63a09.tar.gz qemu-e8f943c3bcc2a578bfd30b825f2ebaf345c63a09.tar.bz2 qemu-e8f943c3bcc2a578bfd30b825f2ebaf345c63a09.zip |
megasas: LSI Megaraid SAS HBA emulation
This patch adds an emulation for the LSI Megaraid SAS 8708EM2 HBA.
I've tested it to work with Linux, Windows Vista, and Windows7.
Signed-off-by: Hannes Reinecke <hare@suse.de>
[ Squashed trivial changes from Andreas Faerber, rebased over IOMMU
and QBus changes - Paolo ]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/pci_ids.h')
-rw-r--r-- | hw/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/pci_ids.h b/hw/pci_ids.h index 649e6b379d..b4801d2168 100644 --- a/hw/pci_ids.h +++ b/hw/pci_ids.h @@ -15,6 +15,7 @@ #define PCI_CLASS_STORAGE_SCSI 0x0100 #define PCI_CLASS_STORAGE_IDE 0x0101 +#define PCI_CLASS_STORAGE_RAID 0x0104 #define PCI_CLASS_STORAGE_SATA 0x0106 #define PCI_CLASS_STORAGE_OTHER 0x0180 @@ -47,6 +48,7 @@ #define PCI_VENDOR_ID_LSI_LOGIC 0x1000 #define PCI_DEVICE_ID_LSI_53C895A 0x0012 +#define PCI_DEVICE_ID_LSI_SAS1078 0x0060 #define PCI_VENDOR_ID_DEC 0x1011 #define PCI_DEVICE_ID_DEC_21154 0x0026 |