Deleted Added
full compact
scsi_message.h (39213) scsi_message.h (59874)
1/* $FreeBSD: head/sys/cam/scsi/scsi_message.h 59874 2000-05-01 20:32:07Z peter $ */
2
1/* Messages (1 byte) */ /* I/T (M)andatory or (O)ptional */
2#define MSG_CMDCOMPLETE 0x00 /* M/M */
3#define MSG_EXTENDED 0x01 /* O/O */
4#define MSG_SAVEDATAPOINTER 0x02 /* O/O */
5#define MSG_RESTOREPOINTERS 0x03 /* O/O */
6#define MSG_DISCONNECT 0x04 /* O/O */
7#define MSG_INITIATOR_DET_ERR 0x05 /* M/M */
8#define MSG_ABORT 0x06 /* O/M */

--- 34 unchanged lines hidden ---
3/* Messages (1 byte) */ /* I/T (M)andatory or (O)ptional */
4#define MSG_CMDCOMPLETE 0x00 /* M/M */
5#define MSG_EXTENDED 0x01 /* O/O */
6#define MSG_SAVEDATAPOINTER 0x02 /* O/O */
7#define MSG_RESTOREPOINTERS 0x03 /* O/O */
8#define MSG_DISCONNECT 0x04 /* O/O */
9#define MSG_INITIATOR_DET_ERR 0x05 /* M/M */
10#define MSG_ABORT 0x06 /* O/M */

--- 34 unchanged lines hidden ---