summaryrefslogtreecommitdiffstats
path: root/hw/pci_ids.h
diff options
context:
space:
mode:
authorAlexander Graf2010-12-14 01:34:38 +0100
committerKevin Wolf2010-12-17 16:11:02 +0100
commit6ed6c24a2d4a23c11ac7397a9fb12d5c143333eb (patch)
treeff7471960490a227b0b446da3e5b647bff8328ef /hw/pci_ids.h
parentide: add ncq identify data for ahci sata drives (diff)
downloadqemu-6ed6c24a2d4a23c11ac7397a9fb12d5c143333eb.tar.gz
qemu-6ed6c24a2d4a23c11ac7397a9fb12d5c143333eb.tar.xz
qemu-6ed6c24a2d4a23c11ac7397a9fb12d5c143333eb.zip
pci: add storage class for sata
This patch adds the storage sata class id. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/pci_ids.h')
-rw-r--r--hw/pci_ids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci_ids.h b/hw/pci_ids.h
index 82cba7eeb3..ea3418cef2 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_SATA 0x0106
#define PCI_CLASS_STORAGE_OTHER 0x0180
#define PCI_CLASS_NETWORK_ETHERNET 0x0200