[libata] mark certain hardware (or drivers) with a no-atapi flag
authorJeff Garzik <jgarzik@pobox.com>
Tue, 13 Dec 2005 07:29:45 +0000 (02:29 -0500)
committerJeff Garzik <jgarzik@pobox.com>
Tue, 13 Dec 2005 07:29:45 +0000 (02:29 -0500)
Some hardware does not support the PACKET command at all.
Other hardware supports ATAPI, but the driver does something nasty such
as calling BUG() when an ATAPI command is issued.

For these such cases, we mark them with a new flag, ATA_FLAG_NO_ATAPI.

Initial version contributed by Ben Collins.


No differences found