From: Jeff Garzik Date: Tue, 13 Dec 2005 07:29:45 +0000 (-0500) Subject: [libata] mark certain hardware (or drivers) with a no-atapi flag X-Git-Tag: v2.6.15-rc6~76^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50630195bbdfe1ca775d94cd68a5f18bc1b717e4;p=pandora-kernel.git [libata] mark certain hardware (or drivers) with a no-atapi flag 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. --- Reading git-diff-tree failed