Deleted Added
full compact
scsi_all.h (272625) scsi_all.h (272632)
1/*-
2 * Largely written by Julian Elischer (julian@tfs.com)
3 * for TRW Financial Systems.
4 *
5 * TRW Financial Systems, in accordance with their agreement with Carnegie
6 * Mellon University, makes this software available to CMU to distribute
7 * or use in any manner that they see fit as long as this message is kept with
8 * the software. For this reason TFS also grants any other persons or
9 * organisations permission to use or modify this software.
10 *
11 * TFS supplies this software to be publicly redistributed
12 * on the understanding that TFS is not responsible for the correct
13 * functioning of this software in any circumstances.
14 *
15 * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
16 *
1/*-
2 * Largely written by Julian Elischer (julian@tfs.com)
3 * for TRW Financial Systems.
4 *
5 * TRW Financial Systems, in accordance with their agreement with Carnegie
6 * Mellon University, makes this software available to CMU to distribute
7 * or use in any manner that they see fit as long as this message is kept with
8 * the software. For this reason TFS also grants any other persons or
9 * organisations permission to use or modify this software.
10 *
11 * TFS supplies this software to be publicly redistributed
12 * on the understanding that TFS is not responsible for the correct
13 * functioning of this software in any circumstances.
14 *
15 * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
16 *
17 * $FreeBSD: stable/10/sys/cam/scsi/scsi_all.h 272625 2014-10-06 12:49:07Z mav $
17 * $FreeBSD: stable/10/sys/cam/scsi/scsi_all.h 272632 2014-10-06 13:21:13Z mav $
18 */
19
20/*
21 * SCSI general interface description
22 */
23
24#ifndef _SCSI_SCSI_ALL_H
25#define _SCSI_SCSI_ALL_H 1

--- 999 unchanged lines hidden (view full) ---

1025 uint8_t length[2];
1026 uint8_t control;
1027};
1028
1029struct scsi_write_same_16
1030{
1031 uint8_t opcode;
1032 uint8_t byte2;
18 */
19
20/*
21 * SCSI general interface description
22 */
23
24#ifndef _SCSI_SCSI_ALL_H
25#define _SCSI_SCSI_ALL_H 1

--- 999 unchanged lines hidden (view full) ---

1025 uint8_t length[2];
1026 uint8_t control;
1027};
1028
1029struct scsi_write_same_16
1030{
1031 uint8_t opcode;
1032 uint8_t byte2;
1033#define SWS_NDOB 0x01
1033 uint8_t addr[8];
1034 uint8_t length[4];
1035 uint8_t group;
1036 uint8_t control;
1037};
1038
1039struct scsi_unmap
1040{

--- 2681 unchanged lines hidden ---
1034 uint8_t addr[8];
1035 uint8_t length[4];
1036 uint8_t group;
1037 uint8_t control;
1038};
1039
1040struct scsi_unmap
1041{

--- 2681 unchanged lines hidden ---