summaryrefslogtreecommitdiffstats
path: root/hw/pci_ids.h
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2010-12-14 01:34:38 +0100
committerKevin Wolf <kwolf@redhat.com>2010-12-17 16:11:02 +0100
commit6ed6c24a2d4a23c11ac7397a9fb12d5c143333eb (patch)
treeff7471960490a227b0b446da3e5b647bff8328ef /hw/pci_ids.h
parentccf0fd8b056dec1fa610842dc3eb2f560ca65753 (diff)
downloadhqemu-6ed6c24a2d4a23c11ac7397a9fb12d5c143333eb.zip
hqemu-6ed6c24a2d4a23c11ac7397a9fb12d5c143333eb.tar.gz
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 82cba7e..ea3418c 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
OpenPOWER on IntegriCloud