Re: Need IDE Taskfile Access

Martin Dalecki (dalecki@evision-ventures.com)
Tue, 18 Jun 2002 16:38:31 +0200


Użytkownik Garet Cammer napisał:
> For some time now we have been writing user applications that send ATAPI
> commands to the IDE bus to initialize and configure our hardware RAID 1
> controllers. This has been working well, thanks to Andre's patch that
> gave us taskfile access through the ioctl API. We were counting on it to
> be a permanent part of the 2.5/2.6 kernel, since there is a lot of
> hardware in the field using these apps.
> Imagine our surprise when we discovered that taskfile access was being
> abandoned completely!
> Although we understand that the kernel may need to filter some commands,
> why can't applications access at least the Smart commands? Help!
> Regards,
> Garet Cammer
> Software Development
> Arco Computer Products
> (954) 925-2688

ATAPI is no problem. You can use the whole SCSI layer on top of
ide-scsi.

-
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/