diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-08-10 13:46:28 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-10 13:46:28 -0400 |
commit | 2f058256cb64e346f4fb4499ff4e0f1c2791a4b4 (patch) | |
tree | 91e06602f4d3abb6812ea8c9bc9ba4501e14c84e /include/scsi/scsi.h | |
parent | 0274aa2506fd2fe89a58dd6cd64d3b3f7b976af8 (diff) | |
parent | 86b3786078d63242d3194ffc58ae8dae1d1bbef3 (diff) |
Merge /spare/repo/linux-2.6/
Diffstat (limited to 'include/scsi/scsi.h')
-rw-r--r-- | include/scsi/scsi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/scsi/scsi.h b/include/scsi/scsi.h index baba3405b03d..6cb1e2788d8b 100644 --- a/include/scsi/scsi.h +++ b/include/scsi/scsi.h | |||
@@ -28,7 +28,7 @@ extern const unsigned char scsi_command_size[8]; | |||
28 | * SCSI device types | 28 | * SCSI device types |
29 | */ | 29 | */ |
30 | 30 | ||
31 | #define MAX_SCSI_DEVICE_CODE 14 | 31 | #define MAX_SCSI_DEVICE_CODE 15 |
32 | extern const char *const scsi_device_types[MAX_SCSI_DEVICE_CODE]; | 32 | extern const char *const scsi_device_types[MAX_SCSI_DEVICE_CODE]; |
33 | 33 | ||
34 | /* | 34 | /* |
@@ -214,8 +214,8 @@ static inline int scsi_status_is_good(int status) | |||
214 | * - treated as TYPE_DISK */ | 214 | * - treated as TYPE_DISK */ |
215 | #define TYPE_MEDIUM_CHANGER 0x08 | 215 | #define TYPE_MEDIUM_CHANGER 0x08 |
216 | #define TYPE_COMM 0x09 /* Communications device */ | 216 | #define TYPE_COMM 0x09 /* Communications device */ |
217 | #define TYPE_ENCLOSURE 0x0d /* Enclosure Services Device */ | ||
218 | #define TYPE_RAID 0x0c | 217 | #define TYPE_RAID 0x0c |
218 | #define TYPE_ENCLOSURE 0x0d /* Enclosure Services Device */ | ||
219 | #define TYPE_RBC 0x0e | 219 | #define TYPE_RBC 0x0e |
220 | #define TYPE_NO_LUN 0x7f | 220 | #define TYPE_NO_LUN 0x7f |
221 | 221 | ||