Deleted Added
full compact
scsi_message.h (97881) scsi_message.h (139743)
1/*
1/*-
2 * This file is in the public domain.
2 * This file is in the public domain.
3 * $FreeBSD: head/sys/cam/scsi/scsi_message.h 97881 2002-06-05 19:05:01Z gibbs $
3 * $FreeBSD: head/sys/cam/scsi/scsi_message.h 139743 2005-01-05 22:34:37Z imp $
4 */
5
6/* Messages (1 byte) */ /* I/T (M)andatory or (O)ptional */
7#define MSG_CMDCOMPLETE 0x00 /* M/M */
8#define MSG_TASK_COMPLETE 0x00 /* M/M */ /* SPI3 Terminology */
9#define MSG_EXTENDED 0x01 /* O/O */
10#define MSG_SAVEDATAPOINTER 0x02 /* O/O */
11#define MSG_RESTOREPOINTERS 0x03 /* O/O */

--- 59 unchanged lines hidden ---
4 */
5
6/* Messages (1 byte) */ /* I/T (M)andatory or (O)ptional */
7#define MSG_CMDCOMPLETE 0x00 /* M/M */
8#define MSG_TASK_COMPLETE 0x00 /* M/M */ /* SPI3 Terminology */
9#define MSG_EXTENDED 0x01 /* O/O */
10#define MSG_SAVEDATAPOINTER 0x02 /* O/O */
11#define MSG_RESTOREPOINTERS 0x03 /* O/O */

--- 59 unchanged lines hidden ---