diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2015-11-24 19:20:49 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2015-11-24 19:20:49 +0000 |
| commit | e2929f5f912fa571457c9d9618c9228bf281acb1 (patch) | |
| tree | 06b11f472b87b2e3c062fe6f8b8c04b95f44d35c /sys/dev/isp/ispmbox.h | |
| parent | 974d2101bada7670a838deea2d564e502077e08a (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/ispmbox.h')
| -rw-r--r-- | sys/dev/isp/ispmbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index 2978b0c1f35ce..d7246791dfdd2 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -252,7 +252,7 @@ #define ASYNC_LOOP_RESET 0x8013 /* FC only */ #define ASYNC_PDB_CHANGED 0x8014 #define ASYNC_CHANGE_NOTIFY 0x8015 -#define ASYNC_LIP_F8 0x8016 /* FC only */ +#define ASYNC_LIP_NOS_OLS_RECV 0x8016 /* FC only */ #define ASYNC_LIP_ERROR 0x8017 /* FC only */ #define ASYNC_AUTO_PLOGI_RJT 0x8018 #define ASYNC_SECURITY_UPDATE 0x801B |
