diff options
author | James Bottomley <James.Bottomley@steeleye.com> | 2005-05-21 11:24:37 -0400 |
---|---|---|
committer | James Bottomley <jejb@titanic.(none)> | 2005-07-11 13:38:33 -0400 |
commit | 7f602c53939fdb1bca12151a28f9b90cde046fb1 (patch) | |
tree | 9d2e0de06ad36113832491768df65e3f1e89d2fe /drivers/scsi/scsi.c | |
parent | a5990120252539bccdaf70a66ac021966e80e3f7 (diff) |
[SCSI] add TYPE_RBC to our type table
Here's a tiny update that means we print the correct ASCII type
information
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/scsi.c')
-rw-r--r-- | drivers/scsi/scsi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c index 1afe1e592af4..d14523d7e449 100644 --- a/drivers/scsi/scsi.c +++ b/drivers/scsi/scsi.c | |||
@@ -113,6 +113,7 @@ const char *const scsi_device_types[MAX_SCSI_DEVICE_CODE] = { | |||
113 | "Unknown ", | 113 | "Unknown ", |
114 | "RAID ", | 114 | "RAID ", |
115 | "Enclosure ", | 115 | "Enclosure ", |
116 | "Direct-Access-RBC", | ||
116 | }; | 117 | }; |
117 | EXPORT_SYMBOL(scsi_device_types); | 118 | EXPORT_SYMBOL(scsi_device_types); |
118 | 119 | ||