lkml.org 
[lkml]   [2001]   [Jun]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: osst & ide-2.2.19 conflict?
"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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:55    [W:0.066 / U:1.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site