Deleted Added
full compact
scsi_all.h (265634) scsi_all.h (268151)
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 265634 2014-05-08 07:00:45Z mav $
17 * $FreeBSD: stable/10/sys/cam/scsi/scsi_all.h 268151 2014-07-02 10:45:31Z mav $
18 */
19
20/*
21 * SCSI general interface description
22 */
23
24#ifndef _SCSI_SCSI_ALL_H
25#define _SCSI_SCSI_ALL_H 1

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

1036#define MODE_SELECT_10 0x55
1037#define RESERVE_10 0x56
1038#define RELEASE_10 0x57
1039#define MODE_SENSE_10 0x5A
1040#define PERSISTENT_RES_IN 0x5E
1041#define PERSISTENT_RES_OUT 0x5F
1042#define ATA_PASS_16 0x85
1043#define READ_16 0x88
18 */
19
20/*
21 * SCSI general interface description
22 */
23
24#ifndef _SCSI_SCSI_ALL_H
25#define _SCSI_SCSI_ALL_H 1

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

1036#define MODE_SELECT_10 0x55
1037#define RESERVE_10 0x56
1038#define RELEASE_10 0x57
1039#define MODE_SENSE_10 0x5A
1040#define PERSISTENT_RES_IN 0x5E
1041#define PERSISTENT_RES_OUT 0x5F
1042#define ATA_PASS_16 0x85
1043#define READ_16 0x88
1044#define COMPARE_AND_WRITE 0x89
1044#define WRITE_16 0x8A
1045#define WRITE_VERIFY_16 0x8E
1045#define WRITE_16 0x8A
1046#define WRITE_VERIFY_16 0x8E
1047#define VERIFY_16 0x8F
1046#define SYNCHRONIZE_CACHE_16 0x91
1047#define WRITE_SAME_16 0x93
1048#define SERVICE_ACTION_IN 0x9E
1049#define REPORT_LUNS 0xA0
1050#define ATA_PASS_12 0xA1
1051#define MAINTENANCE_IN 0xA3
1052#define MAINTENANCE_OUT 0xA4
1053#define MOVE_MEDIUM 0xA5
1054#define READ_12 0xA8
1055#define WRITE_12 0xAA
1056#define WRITE_VERIFY_12 0xAE
1048#define SYNCHRONIZE_CACHE_16 0x91
1049#define WRITE_SAME_16 0x93
1050#define SERVICE_ACTION_IN 0x9E
1051#define REPORT_LUNS 0xA0
1052#define ATA_PASS_12 0xA1
1053#define MAINTENANCE_IN 0xA3
1054#define MAINTENANCE_OUT 0xA4
1055#define MOVE_MEDIUM 0xA5
1056#define READ_12 0xA8
1057#define WRITE_12 0xAA
1058#define WRITE_VERIFY_12 0xAE
1059#define VERIFY_12 0xAF
1057#define READ_ELEMENT_STATUS 0xB8
1058#define READ_CD 0xBE
1059
1060/* Maintenance In Service Action Codes */
1061#define REPORT_IDENTIFYING_INFRMATION 0x05
1062#define REPORT_TARGET_PORT_GROUPS 0x0A
1063#define REPORT_ALIASES 0x0B
1064#define REPORT_SUPPORTED_OPERATION_CODES 0x0C

--- 1637 unchanged lines hidden ---
1060#define READ_ELEMENT_STATUS 0xB8
1061#define READ_CD 0xBE
1062
1063/* Maintenance In Service Action Codes */
1064#define REPORT_IDENTIFYING_INFRMATION 0x05
1065#define REPORT_TARGET_PORT_GROUPS 0x0A
1066#define REPORT_ALIASES 0x0B
1067#define REPORT_SUPPORTED_OPERATION_CODES 0x0C

--- 1637 unchanged lines hidden ---