repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
util/sconfig: Remove unused ioapic and irq keywords
[coreboot.git]
/
src
/
southbridge
/
intel
/
lynxpoint
/
acpi
/
sata.asl
blob
c7becd5d449a8c54a0c1afacc406a3d12efaf72b
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
10
Device (SATA)
11
{
12
Name (_ADR, 0x001f0002)
13
}