Deleted Added
full compact
1c1
< /* $FreeBSD: stable/10/sys/dev/isp/ispreg.h 253330 2013-07-13 21:24:25Z mjacob $ */
---
> /* $FreeBSD: stable/10/sys/dev/isp/ispreg.h 290785 2015-11-13 19:42:55Z mav $ */
128c128
< #define BIU_R2HST_ISTAT_MASK 0x3f /* intr information && status */
---
> #define BIU_R2HST_ISTAT_MASK 0xff /* intr information && status */
135c135
< #define ISPR2HST_RQST_UPDATE 0x14 /* Resquest Queue Update */
---
> #define ISPR2HST_RSPQ_UPDATE2 0x14 /* Response Queue Update */
138a139,141
> #define ISPR2HST_ATIO_UPDATE 0x1C /* ATIO Queue Update */
> #define ISPR2HST_ATIO_RSPQ_UPDATE 0x1D /* ATIO & Request Update */
> #define ISPR2HST_ATIO_UPDATE2 0x1E /* ATIO Queue Update */
249,253d251
< #define INT_PENDING(isp, isr) \
< IS_FC(isp)? \
< (IS_24XX(isp)? (isr & BIU2400_ISR_RISC_INT) : (isr & BIU2100_ISR_RISC_INT)) :\
< (isr & BIU_ISR_RISC_INT)
<
401,413d398
< #define BIU2400_R2HST_INTR BIU_R2HST_INTR
< #define BIU2400_R2HST_PAUSED BIU_R2HST_PAUSED
< #define BIU2400_R2HST_ISTAT_MASK 0x1f
< /* interrupt status meanings */
< #define ISP2400R2HST_ROM_MBX_OK 0x1 /* ROM mailbox cmd done ok */
< #define ISP2400R2HST_ROM_MBX_FAIL 0x2 /* ROM mailbox cmd done fail */
< #define ISP2400R2HST_MBX_OK 0x10 /* mailbox cmd done ok */
< #define ISP2400R2HST_MBX_FAIL 0x11 /* mailbox cmd done fail */
< #define ISP2400R2HST_ASYNC_EVENT 0x12 /* Async Event */
< #define ISP2400R2HST_RSPQ_UPDATE 0x13 /* Response Queue Update */
< #define ISP2400R2HST_ATIO_RSPQ_UPDATE 0x1C /* ATIO Response Queue Update */
< #define ISP2400R2HST_ATIO_RQST_UPDATE 0x1D /* ATIO Request Queue Update */
<