--- old/usr/src/uts/common/sys/scsi/generic/status.h Mon Mar 3 19:19:04 2008 +++ new/usr/src/uts/common/sys/scsi/generic/status.h Mon Mar 3 19:19:04 2008 @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,14 +19,14 @@ * CDDL HEADER END */ /* - * Copyright (c) 1996-1998 by Sun Microsystems, Inc. - * All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Use is subject to license terms. */ #ifndef _SYS_SCSI_GENERIC_STATUS_H #define _SYS_SCSI_GENERIC_STATUS_H -#pragma ident "@(#)status.h 1.18 05/06/08 SMI" +#pragma ident "@(#)status.h 1.19 08/03/02 SMI" #ifdef __cplusplus extern "C" { @@ -99,6 +98,7 @@ #define STATUS_TERMINATED 0x22 #define STATUS_QFULL 0x28 #define STATUS_ACA_ACTIVE 0x30 +#define STATUS_TASK_ABORT 0x40 #ifdef __cplusplus }