Deleted Added
full compact
1c1
< /* $FreeBSD: stable/10/sys/dev/isp/ispmbox.h 291519 2015-11-30 21:44:03Z mav $ */
---
> /* $FreeBSD: stable/10/sys/dev/isp/ispmbox.h 291520 2015-11-30 21:44:38Z mav $ */
249c249
< #define ASYNC_LIP_OCCURRED 0x8010
---
> #define ASYNC_LIP_OCCURRED 0x8010 /* FC only */
252c252
< #define ASYNC_LOOP_RESET 0x8013
---
> #define ASYNC_LOOP_RESET 0x8013 /* FC only */
255,256c255,257
< #define ASYNC_LIP_F8 0x8016
< #define ASYNC_LIP_ERROR 0x8017
---
> #define ASYNC_LIP_F8 0x8016 /* FC only */
> #define ASYNC_LIP_ERROR 0x8017 /* FC only */
> #define ASYNC_AUTO_PLOGI_RJT 0x8018
268c269,270
< #define ASYNC_PTPMODE 0x8030
---
> #define ASYNC_ERR_LOGGING_DISABLED 0x8029
> #define ASYNC_PTPMODE 0x8030 /* FC only */
279a282
> #define ASYNC_P2P_INIT_ERR 0x8037
282a286,300
> /*
> * 2.01.31 2200 Only. Need Bit 13 in Mailbox 1 for Set Firmware Options
> * mailbox command to enable this.
> */
> #define ASYNC_QFULL_SENT 0x8049
> #define ASYNC_RJT_SENT 0x8049 /* 24XX only */
> #define ASYNC_SEL_CLASS2_P_RJT_SENT 0x804f
> #define ASYNC_FW_RESTART_COMPLETE 0x8060
> #define ASYNC_TEMPERATURE_ALERT 0x8070
> #define ASYNC_INTER_DRIVER_COMP 0x8100 /* FCoE only */
> #define ASYNC_INTER_DRIVER_NOTIFY 0x8101 /* FCoE only */
> #define ASYNC_INTER_DRIVER_TIME_EXT 0x8102 /* FCoE only */
> #define ASYNC_NIC_FW_STATE_CHANGE 0x8200 /* FCoE only */
> #define ASYNC_AUTOLOAD_FW_COMPLETE 0x8400
> #define ASYNC_AUTOLOAD_FW_FAILURE 0x8401
306,310d323
< /*
< * 2.01.31 2200 Only. Need Bit 13 in Mailbox 1 for Set Firmware Options
< * mailbox command to enable this.
< */
< #define ASYNC_QFULL_SENT 0x8049
313,321d325
< * Needs to be enabled
< */
< #define ASYNC_AUTO_PLOGI_RJT 0x8018
< /*
< * 24XX only
< */
< #define ASYNC_RJT_SENT 0x8049
<
< /*