]> Git Repo - qemu.git/commitdiff
pci: add storage class for sata
authorAlexander Graf <[email protected]>
Tue, 14 Dec 2010 00:34:38 +0000 (01:34 +0100)
committerKevin Wolf <[email protected]>
Fri, 17 Dec 2010 15:11:02 +0000 (16:11 +0100)
This patch adds the storage sata class id.

Signed-off-by: Alexander Graf <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
hw/pci_ids.h

index 82cba7eeb37ba6805e7c9258556c3f8707653a2b..ea3418cef2f59375f86211323b6fa42e470365ff 100644 (file)
@@ -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
This page took 0.029418 seconds and 4 git commands to generate.