aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi.c
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@steeleye.com>2005-05-21 10:24:37 -0500
committerJames Bottomley <jejb@titanic.(none)>2005-07-11 12:38:33 -0500
commit7f602c53939fdb1bca12151a28f9b90cde046fb1 (patch)
tree9d2e0de06ad36113832491768df65e3f1e89d2fe /drivers/scsi/scsi.c
parent[SCSI] dpt_i2o warning fix (diff)
downloadlinux-dev-7f602c53939fdb1bca12151a28f9b90cde046fb1.tar.xz
linux-dev-7f602c53939fdb1bca12151a28f9b90cde046fb1.zip
[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.c1
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] = {
"Unknown ",
"RAID ",
"Enclosure ",
+ "Direct-Access-RBC",
};
EXPORT_SYMBOL(scsi_device_types);