Browse Source

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>
remotes/github/stable-0.14
Alexander Graf 16 years ago
committed by Kevin Wolf
parent
commit
6ed6c24a2d
  1. 1
      hw/pci_ids.h

1
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

Loading…
Cancel
Save