From: Tejun Heo Date: Fri, 31 Mar 2006 16:38:18 +0000 (+0900) Subject: [PATCH] libata: implement ata_dev_enabled and disabled() X-Git-Tag: v2.6.18-rc1~1079^2~162 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1211e3fa7fd05ff0d4f597fd37e40de8acc6784;p=pandora-kernel.git [PATCH] libata: implement ata_dev_enabled and disabled() This patch renames ata_dev_present() to ata_dev_enabled() and adds ata_dev_disabled(). This is to discern the state where a device is present but disabled from not-present state. This disctinction is necessary when configuring transfer mode because device selection timing must not be violated even if a device fails to configure. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed