View | Details | Raw Unified | Return to bug 202625
Collapse All | Expand All

(-)sys/cam/scsi/scsi_all.c (+1 lines)
Lines 8340-8345 Link Here
8340
	scsi_cmd->opcode = PERSISTENT_RES_OUT;
8340
	scsi_cmd->opcode = PERSISTENT_RES_OUT;
8341
	scsi_cmd->action = service_action;
8341
	scsi_cmd->action = service_action;
8342
	scsi_cmd->scope_type = scope | res_type;
8342
	scsi_cmd->scope_type = scope | res_type;
8343
        scsi_ulto2b(dxfer_len, scsi_cmd->length);
8343
8344
8344
	cam_fill_csio(csio,
8345
	cam_fill_csio(csio,
8345
		      retries,
8346
		      retries,
(-)sys/cam/scsi/scsi_all.h (-2 / +2 lines)
Lines 400-407 Link Here
400
#define	SPR_TYPE_EX_AC_RO	0x06
400
#define	SPR_TYPE_EX_AC_RO	0x06
401
#define	SPR_TYPE_WR_EX_AR	0x07
401
#define	SPR_TYPE_WR_EX_AR	0x07
402
#define	SPR_TYPE_EX_AC_AR	0x08
402
#define	SPR_TYPE_EX_AC_AR	0x08
403
	u_int8_t reserved[2];
403
	u_int8_t reserved[4];
404
	u_int8_t length[4];
404
	u_int8_t length[2];
405
	u_int8_t control;
405
	u_int8_t control;
406
};
406
};
407
407

Return to bug 202625