commit | 3cadbcc09891b8544203f211dac13f9cc4e6832a | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Tue May 15 03:28:15 2007 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Wed May 16 01:18:31 2007 -0400 |
tree | ac85dba0648f6e2be0d057b9afca926d97e24828 | |
parent | 6ddcd3b0201a7ad72294347636d2b4028ddbd95d [diff] |
libata-acpi: add ATA_FLAG_ACPI_SATA port flag Whether a controller needs IDE or SATA ACPI hierarchy is determined by the programming interface of the controller not by whether the controller is SATA or PATA, or it supports slave device or not. This patch adds ATA_FLAG_ACPI_SATA port flags which tells libata-acpi that the port needs SATA ACPI nodes, and sets the flag for ahci and sata_sil24. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>