Deleted Added
full compact
1c1
< /* $FreeBSD: stable/10/sys/dev/isp/ispmbox.h 291498 2015-11-30 21:28:53Z mav $ */
---
> /* $FreeBSD: stable/10/sys/dev/isp/ispmbox.h 291500 2015-11-30 21:30:18Z mav $ */
193a194,197
> #define MBOX_LINK_DOWN_ERROR 0x400B
> #define MBOX_LOOPBACK_ERROR 0x400C
> #define MBOX_CHECKSUM_ERROR 0x4010
> #define MBOX_INVALID_PRODUCT_KEY 0x4020
198,200c202,204
< #define MBLOGALL 0x000f
< #define MBLOGNONE 0x0000
< #define MBLOGMASK(x) ((x) & 0xf)
---
> #define MBLOGALL 0xffffffff
> #define MBLOGNONE 0x00000000
> #define MBLOGMASK(x) (1 << (((x) - 1) & 0x1f))