Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] don't attach ULD to Dell Universal Xport

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>

+1
+1
drivers/scsi/scsi_devinfo.c
··· 225 225 {"SGI", "Universal Xport", "*", BLIST_NO_ULD_ATTACH}, 226 226 {"IBM", "Universal Xport", "*", BLIST_NO_ULD_ATTACH}, 227 227 {"SUN", "Universal Xport", "*", BLIST_NO_ULD_ATTACH}, 228 + {"DELL", "Universal Xport", "*", BLIST_NO_ULD_ATTACH}, 228 229 {"SMSC", "USB 2 HS-CF", NULL, BLIST_SPARSELUN | BLIST_INQUIRY_36}, 229 230 {"SONY", "CD-ROM CDU-8001", NULL, BLIST_BORKEN}, 230 231 {"SONY", "TSL", NULL, BLIST_FORCELUN}, /* DDS3 & DDS4 autoloaders */