summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/bd82x6x/acpi/sata.asl
blob: 7355a5494dda65b4697ee5b21f66d1b5d2604235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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

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