From: Alexander Graf Date: Tue, 14 Dec 2010 00:34:38 +0000 (+0100) Subject: pci: add storage class for sata X-Git-Tag: v0.14.0-rc0~339 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6ed6c24a2d4a23c11ac7397a9fb12d5c143333eb;p=users%2Fdwmw2%2Fqemu.git pci: add storage class for sata This patch adds the storage sata class id. Signed-off-by: Alexander Graf Signed-off-by: Kevin Wolf --- 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