summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/st.c
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.com>2019-05-06 02:19:15 -0400
committerMartin K. Petersen <martin.petersen@oracle.com>2019-06-18 19:46:18 -0400
commit4e3ea141b5cb79ded7f4a67bb32e5b23a06a784a (patch)
treeba380a21e215cd52aadfd4f51cc996c019d2de8f /drivers/scsi/st.c
parent82a54da641f3cacfa31db36fc58a5e903f804c22 (diff)
scsi: osst: kill obsolete driver
The osst driver is becoming obsolete, as the manufacturer went out of business ages ago, and the maintainer has no means of testing any improvements anymore. Plus these days flash drives are cheaper and offer a higher capacity. So drop it completely. Cc: Willem Riede <osst@riede.org> Signed-off-by: Hannes Reinece <hare@suse.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/st.c')
-rw-r--r--drivers/scsi/st.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/st.c b/drivers/scsi/st.c
index 9c4c710dcccf..b9e7b291c129 100644
--- a/drivers/scsi/st.c
+++ b/drivers/scsi/st.c
@@ -228,7 +228,6 @@ static DEFINE_IDR(st_index_idr);
228 228
229 229
230 230
231#include "osst_detect.h"
232#ifndef SIGS_FROM_OSST 231#ifndef SIGS_FROM_OSST
233#define SIGS_FROM_OSST \ 232#define SIGS_FROM_OSST \
234 {"OnStream", "SC-", "", "osst"}, \ 233 {"OnStream", "SC-", "", "osst"}, \
@@ -4267,9 +4266,10 @@ static int st_probe(struct device *dev)
4267 if (SDp->type != TYPE_TAPE) 4266 if (SDp->type != TYPE_TAPE)
4268 return -ENODEV; 4267 return -ENODEV;
4269 if ((stp = st_incompatible(SDp))) { 4268 if ((stp = st_incompatible(SDp))) {
4270 sdev_printk(KERN_INFO, SDp, "Found incompatible tape\n");
4271 sdev_printk(KERN_INFO, SDp, 4269 sdev_printk(KERN_INFO, SDp,
4272 "st: The suggested driver is %s.\n", stp); 4270 "OnStream tapes are no longer supported;\n");
4271 sdev_printk(KERN_INFO, SDp,
4272 "please mail to linux-scsi@vger.kernel.org.\n");
4273 return -ENODEV; 4273 return -ENODEV;
4274 } 4274 }
4275 4275