added SATA capability to debug output
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20150 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -244,6 +244,8 @@ get_capability_name(uint8 cap_id)
|
|||||||
return "cpci_rsrcctl";
|
return "cpci_rsrcctl";
|
||||||
case PCI_cap_id_hotplug:
|
case PCI_cap_id_hotplug:
|
||||||
return "HotPlug";
|
return "HotPlug";
|
||||||
|
case PCI_cap_id_sata:
|
||||||
|
return "SATA";
|
||||||
default:
|
default:
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user