mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 13:41:27 +00:00
scst_const.h: Add DID_TARGET_FAILURE for older kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6529 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -646,6 +646,11 @@ enum scst_tg_sup {
|
||||
#define DID_TRANSPORT_FAILFAST 0xf
|
||||
#endif
|
||||
|
||||
/* See also patch "Add detailed SCSI I/O errors" (commit ID 63583cca745f) */
|
||||
#ifndef DID_TARGET_FAILURE
|
||||
#define DID_TARGET_FAILURE 0x10
|
||||
#endif
|
||||
|
||||
#ifndef DID_NEXUS_FAILURE
|
||||
#define DID_NEXUS_FAILURE 0x11
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user