diff options
Diffstat (limited to 'usr/src/uts/common/sys/scsi/scsi_resource.h')
-rw-r--r-- | usr/src/uts/common/sys/scsi/scsi_resource.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/scsi/scsi_resource.h b/usr/src/uts/common/sys/scsi/scsi_resource.h index f5c31ac948..2d12ab3ff8 100644 --- a/usr/src/uts/common/sys/scsi/scsi_resource.h +++ b/usr/src/uts/common/sys/scsi/scsi_resource.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -54,7 +54,6 @@ extern "C" { */ #define PKT_CONSISTENT 0x0001 /* this is an 'iopb' packet */ #define PKT_DMA_PARTIAL 0x040000 /* partial xfer ok */ -#define PKT_XARQ 0x080000 /* request for extra sense */ /* * Old PKT_CONSISTENT value for binary compatibility with x86 2.1 |