repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lib/smbios: Improve Type9
[coreboot2.git]
/
src
/
southbridge
/
intel
/
bd82x6x
/
acpi
/
sata.asl
blob
43389cf4ad4c98d2b01a3284e08174dabb5fcea5
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
Device (SATA)
9
{
10
Name (_ADR, 0x001f0002)
11
}