1/* SPDX-License-Identifier: GPL-2.0-only */
2
3// Intel SATA Controller 0:1f.2
4
5// Note: Some BIOSes put the S-ATA code into an SSDT to make it easily
6// pluggable
7
8/* Legacy mode is not yet supported. */
9
10Device (SATA)
11{
12 Name (_ADR, 0x001f0002)
13}
14