diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2015-10-23 18:34:18 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2015-10-23 18:34:18 +0000 |
| commit | c98d2b1f1e833b4c3b65b602cf8a9d96cf61c973 (patch) | |
| tree | a1f9caae91899408b6da57166a54bcb73d9768b9 /sys/dev/isp/isp_target.h | |
| parent | 4c620fe5c430f3a836da1c44ccb922a61b95a513 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp_target.h')
| -rw-r--r-- | sys/dev/isp/isp_target.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_target.h b/sys/dev/isp/isp_target.h index 8922a337e5d1..a75d73b86a7e 100644 --- a/sys/dev/isp/isp_target.h +++ b/sys/dev/isp/isp_target.h @@ -51,7 +51,9 @@ typedef enum { NT_LOGOUT, NT_GLOBAL_LOGOUT, NT_CHANGED, - NT_HBA_RESET + NT_HBA_RESET, + NT_QUERY_TASK_SET, + NT_QUERY_ASYNC_EVENT } isp_ncode_t; typedef struct isp_notify { |
