aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/lynxpoint/acpi/sata.asl
blob: aa964d0cff279f05f69bab1afd5d9a48640a11aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

// 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)
}