Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/dev/isp/ispreg.h 163899 2006-11-02 03:21:32Z mjacob $ */
---
> /* $FreeBSD: head/sys/dev/isp/ispreg.h 166929 2007-02-23 21:59:21Z mjacob $ */
412,419c412,419
< #define HCCR_2400_CMD_NOP (0x0 << 28)
< #define HCCR_2400_CMD_RESET (0x1 << 28)
< #define HCCR_2400_CMD_CLEAR_RESET (0x2 << 28)
< #define HCCR_2400_CMD_PAUSE (0x3 << 28)
< #define HCCR_2400_CMD_RELEASE (0x4 << 28)
< #define HCCR_2400_CMD_SET_HOST_INT (0x5 << 28)
< #define HCCR_2400_CMD_CLEAR_HOST_INT (0x6 << 28)
< #define HCCR_2400_CMD_CLEAR_RISC_INT (0xA << 28)
---
> #define HCCR_2400_CMD_NOP 0x00000000
> #define HCCR_2400_CMD_RESET 0x10000000
> #define HCCR_2400_CMD_CLEAR_RESET 0x20000000
> #define HCCR_2400_CMD_PAUSE 0x30000000
> #define HCCR_2400_CMD_RELEASE 0x40000000
> #define HCCR_2400_CMD_SET_HOST_INT 0x50000000
> #define HCCR_2400_CMD_CLEAR_HOST_INT 0x60000000
> #define HCCR_2400_CMD_CLEAR_RISC_INT 0xA0000000