summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/lynxpoint/acpi/sata.asl
blob: c7becd5d449a8c54a0c1afacc406a3d12efaf72b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */

// Intel SATA Controller 0:1f.2

// Note: Some BIOSes put the S-ATA code into an SSDT to make it easily
// pluggable

/* Legacy mode is not yet supported. */

Device (SATA)
{
	Name (_ADR, 0x001f0002)
}