aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/mahogany_fam10/dsdt.asl
diff options
context:
space:
mode:
authorZheng Bao <zheng.bao@amd.com>2010-04-25 11:53:09 +0000
committerZheng Bao <Zheng.Bao@amd.com>2010-04-25 11:53:09 +0000
commitb6128b6d05fb04578253249f55f91a12b0f1db9e (patch)
treea3da5cdeed5a350f58397c7548aedbdb3a0a26b9 /src/mainboard/amd/mahogany_fam10/dsdt.asl
parent4186d8e6eaf2aedb9451580e716a69d634ac08bf (diff)
The device number of SATA SB700 is 0x11, while the one of SB600 is 0x12.
We changed almost associated code when we ported but overlooked some. Some legacy of SB600 are also fixed. Signed-off-by: Zheng Bao <zheng.bao@amd.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5490 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/mahogany_fam10/dsdt.asl')
-rw-r--r--src/mainboard/amd/mahogany_fam10/dsdt.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/mahogany_fam10/dsdt.asl b/src/mainboard/amd/mahogany_fam10/dsdt.asl
index 48e0aeabb0..32fb7a0183 100644
--- a/src/mainboard/amd/mahogany_fam10/dsdt.asl
+++ b/src/mainboard/amd/mahogany_fam10/dsdt.asl
@@ -313,7 +313,7 @@ DefinitionBlock (
* ((bus number + 1) * ((device number * 8) * 4096)) + register offset
* The 8 comes from 8 functions per device, and 4096 bytes per function config space
*/
- Offset(0x00090024), /* Byte offset to SATA register 24h - Bus 0, Device 18, Function 0 */
+ Offset(0x00088024), /* Byte offset to SATA register 24h - Bus 0, Device 18, Function 0 */
STB5, 32,
Offset(0x00098042), /* Byte offset to OHCI0 register 42h - Bus 0, Device 19, Function 0 */
PT0D, 1,
@@ -1489,7 +1489,7 @@ DefinitionBlock (
Store (0x02, SIOD)
}
/*
- * Keyboard PME is routed to SB600 Gevent3. We can wake
+ * Keyboard PME is routed to SB700 Gevent3. We can wake
* up the system by pressing the key.
*/
Method (SIOS, 1)