]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commitdiff
[SCSI] don't attach ULD to Dell Universal Xport
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Sat, 13 Jun 2009 14:21:43 +0000 (09:21 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 15 Jun 2009 15:09:34 +0000 (10:09 -0500)
We already have blacklists for SGI, IBM and SUN versions of this; apparently
there's a Dell version too.

Reported-by: Thomas Witzel <witzel.thomas@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/scsi_devinfo.c

index b13481369642f272c34d7e021f2c32365177fb7c..8821df9a277bb8e5f5e536050ffc1bc2103f7bdc 100644 (file)
@@ -225,6 +225,7 @@ static struct {
        {"SGI", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},
        {"IBM", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},
        {"SUN", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},
+       {"DELL", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},
        {"SMSC", "USB 2 HS-CF", NULL, BLIST_SPARSELUN | BLIST_INQUIRY_36},
        {"SONY", "CD-ROM CDU-8001", NULL, BLIST_BORKEN},
        {"SONY", "TSL", NULL, BLIST_FORCELUN},          /* DDS3 & DDS4 autoloaders */