Defined more SCSI sense data keys
[AROS.git] / rom / devs / ahci / pci.h
blob1bb132289ef5a711c811955766b51c7d10610661
1 /* PCI class ID */
2 #define PCI_CLASS_MASSSTORAGE 0x01
4 /* Valid subclasses, taken from http://pci-ids.ucw.cz/read/PD/01 */
5 #define PCI_SUBCLASS_SCSI 0
6 #define PCI_SUBCLASS_IDE 1
7 #define PCI_SUBCLASS_FLOPPY 2
8 #define PCI_SUBCLASS_IPI 3
9 #define PCI_SUBCLASS_RAID 4
10 #define PCI_SUBCLASS_ATA 5
11 #define PCI_SUBCLASS_SATA 6
12 #define PCI_SUBCLASS_SAS 7