You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] libata: ACPI and _GTF support
_GTF is an acpi method that is used to reinitialize the drive. It returns a task file containing ata commands that are sent back to the drive to restore it to boot up defaults. Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org> (cherry picked from 9c69cab24b51a89664f4c0dfaf8a436d32117624 commit)
This commit is contained in:
committed by
Jeff Garzik
parent
8a03d9a498
commit
11ef697b37
@@ -161,6 +161,19 @@ config SATA_INTEL_COMBINED
|
||||
depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX)
|
||||
default y
|
||||
|
||||
config SATA_ACPI
|
||||
bool
|
||||
depends on ACPI && PCI
|
||||
default y
|
||||
help
|
||||
This option adds support for SATA-related ACPI objects.
|
||||
These ACPI objects add the ability to retrieve taskfiles
|
||||
from the ACPI BIOS and write them to the disk controller.
|
||||
These objects may be related to performance, security,
|
||||
power management, or other areas.
|
||||
You can disable this at kernel boot time by using the
|
||||
option libata.noacpi=1
|
||||
|
||||
config PATA_ALI
|
||||
tristate "ALi PATA support (Experimental)"
|
||||
depends on PCI && EXPERIMENTAL
|
||||
|
||||
Reference in New Issue
Block a user