public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Willem Riede <osst@riede.org>
To: "Anil B. Somayaji" <soma@cs.unm.edu>
Cc: linux-kernel@vger.kernel.org, Andre Hedrick <andre@linux-ide.org>
Subject: Re: osst & ide-2.2.19 conflict?
Date: Sat, 23 Jun 2001 08:56:19 -0400	[thread overview]
Message-ID: <3B3491F3.A7CB9955@riede.org> (raw)
In-Reply-To: <ut2lmmjek1t.fsf@lydia.adaptive.net>

"Anil B. Somayaji" wrote:
> 
> In the ide.2.2.19.05042001 patch, there is the following bit of code
> in ide-scsi.c, which prevents the ide-scsi driver from allowing access
> to an OnStream DI-30 tape drive.  This is strange, since this same
> drive can be used with the included ide-scsi + osst drivers in the
> stock 2.2.19 kernel.  If you delete this bit, however, ide-scsi
> recognizes the drive, and the osst driver seems to work fine.
> 
> Here's the offending code:
> 
>   #ifndef CONFIG_BLK_DEV_IDETAPE
>    /*
>     * The Onstream DI-30 does not handle clean emulation, yet.
>     */
>    if (strstr(drive->id->model, "OnStream DI-30")) {
>            printk("ide-tape: ide-scsi emulation is not supported for %s.\n", drive->id->model);
>            continue;
>    }
>   #endif /* CONFIG_BLK_DEV_IDETAPE */
> 
> Any reason for this to stay in the ide patch, or is it now obsolete?
> 
It is obsolete, and can safely be removed.

Success. Willem Riede.

      reply	other threads:[~2001-06-23 12:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-23  7:23 osst & ide-2.2.19 conflict? Anil B. Somayaji
2001-06-23 12:56 ` Willem Riede [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3B3491F3.A7CB9955@riede.org \
    --to=osst@riede.org \
    --cc=andre@linux-ide.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=soma@cs.unm.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox