diff options
Diffstat (limited to 'usr/src/uts/common/sys/scsi/impl/sense.h')
-rw-r--r-- | usr/src/uts/common/sys/scsi/impl/sense.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/uts/common/sys/scsi/impl/sense.h b/usr/src/uts/common/sys/scsi/impl/sense.h index d60ea2049b..dd219bd6a8 100644 --- a/usr/src/uts/common/sys/scsi/impl/sense.h +++ b/usr/src/uts/common/sys/scsi/impl/sense.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. */ @@ -61,11 +61,6 @@ extern "C" { (roundup(sizeof (struct scsi_extended_sense), sizeof (int))) /* - * Per SPC-3 standard, the maximum length of sense data is 252 bytes. - */ -#define MAX_SENSE_LENGTH 252 - -/* * Minimum useful Sense Length value */ |