diff options
author | Alexander Graf <agraf@suse.de> | 2010-12-14 01:34:38 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2010-12-17 16:11:02 +0100 |
commit | 6ed6c24a2d4a23c11ac7397a9fb12d5c143333eb (patch) | |
tree | ff7471960490a227b0b446da3e5b647bff8328ef /hw/pci_ids.h | |
parent | ccf0fd8b056dec1fa610842dc3eb2f560ca65753 (diff) |
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.h | 1 |
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 |