diff options
author | Xose Vazquez Perez <[email protected]> | 2018-03-15 19:01:49 +0100 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2018-03-21 18:34:22 -0400 |
commit | c7058ae1d5a9c7f9b1fd8c6fe790a887744935e7 (patch) | |
tree | 30ba532b187aafaff5d2f1371df13b767d1bd413 | |
parent | 5f96f42b76e00e2871033745ff029056cc725c76 (diff) |
scsi: devinfo: remove DF arrays from HP
Matthias did confirm that there are no such devices.
[mkp: applied by hand]
Cc: Matthias Rudolph <[email protected]>
Cc: Anthony Cheung <[email protected]>
Cc: Takahiro Yasui <[email protected]>
Cc: Mike Christie <[email protected]>
Cc: Martin K. Petersen <[email protected]>
Cc: James E.J. Bottomley <[email protected]>
Cc: SCSI ML <[email protected]>
Cc: device-mapper development <[email protected]>
Signed-off-by: Xose Vazquez Perez <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | drivers/scsi/scsi_devinfo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/scsi_devinfo.c b/drivers/scsi/scsi_devinfo.c index 4a2d276c42eb..ca3fe8c525ad 100644 --- a/drivers/scsi/scsi_devinfo.c +++ b/drivers/scsi/scsi_devinfo.c @@ -187,8 +187,6 @@ static struct { {"HP", "C1557A", NULL, BLIST_FORCELUN}, {"HP", "C3323-300", "4269", BLIST_NOTQ}, {"HP", "C5713A", NULL, BLIST_NOREPORTLUN}, - {"HP", "DF400", "*", BLIST_REPORTLUN2}, - {"HP", "DF500", "*", BLIST_REPORTLUN2}, {"HP", "DISK-SUBSYSTEM", "*", BLIST_REPORTLUN2}, {"HP", "OP-C-", "*", BLIST_SPARSELUN | BLIST_LARGELUN}, {"HP", "3380-", "*", BLIST_SPARSELUN | BLIST_LARGELUN}, |