]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[SCSI] scsi_devinfo: add Tornado
authorMike Christie <michaelc@cs.wisc.edu>
Sun, 1 Oct 2006 00:42:29 +0000 (20:42 -0400)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sun, 1 Oct 2006 20:07:57 +0000 (15:07 -0500)
This is from RHEL4. I do not have any info from our bugzilla. All
I could find was something like this thread
http://lkml.org/lkml/2005/1/7/346

Report lun for linux does not work. It may be our lun format code or
it may be the device. It is probably not worth it to add anything
special for this device, so the patch just adds BLIST_NOREPORTLUN.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/scsi_devinfo.c

index cbf733b4e8ae0995426a084239e39654a7f3d9a5..f6aadbd9b95fff564a9cbbae27ccaa1a4d5bd275 100644 (file)
@@ -211,6 +211,7 @@ static struct {
        {"SUN", "T300", "*", BLIST_SPARSELUN},
        {"SUN", "T4", "*", BLIST_SPARSELUN},
        {"TEXEL", "CD-ROM", "1.06", BLIST_BORKEN},
+       {"Tornado-", "F4", "*", BLIST_NOREPORTLUN},
        {"TOSHIBA", "CDROM", NULL, BLIST_ISROM},
        {"TOSHIBA", "CD-ROM", NULL, BLIST_ISROM},
        {"USB2.0", "SMARTMEDIA/XD", NULL, BLIST_FORCELUN | BLIST_INQUIRY_36},