Various PIRQ/MPTABLE/ACPI Kconfig fixes.
[coreboot.git] / src / mainboard / msi / ms9652_fam10 / dsdt.asl
index 678d339ce3938fa7d8ed675d7482ff0695cc1035..854c6d0c378a1e4c2258be3b378a8c0a81d50d80 100644 (file)
@@ -1,15 +1,15 @@
 /*
  * This file is part of the coreboot project.
  *
- * (C) Copyright 2004 Nick Barker <Nick.Barker9@btinternet.com>
- * (C) Copyright 2007, 2008 Rudolf Marek <r.marek@assembler.cz>
- * (C) Copyright 2009 Harald Gutmann <harald.gutmann@gmx.net>
+ * Copyright (C) 2004 Nick Barker <Nick.Barker9@btinternet.com>
+ * Copyright (C) 2007, 2008 Rudolf Marek <r.marek@assembler.cz>
+ * Copyright (C) 2009 Harald Gutmann <harald.gutmann@gmx.net>
  *
  * ISA portions taken from QEMU acpi-dsdt.dsl.
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -23,7 +23,7 @@
 
 DefinitionBlock ("DSDT.aml", "DSDT", 1, "LXBIOS", "LXB-DSDT", 1)
 {
-       Include ("../../../../src/northbridge/amd/amdk8/amdk8_util.asl")
+       #include "../../../../src/northbridge/amd/amdk8/amdk8_util.asl"
 
        /* For now only define 2 power states:
         *  - S0 which is fully on
@@ -51,7 +51,7 @@ DefinitionBlock ("DSDT.aml", "DSDT", 1, "LXBIOS", "LXB-DSDT", 1)
                        External (HCLK)
                        External (SBDN)
                        External (HCDN)
-                    
+
                        Method (_CRS, 0, NotSerialized)
                         {
                                Name (BUF0, ResourceTemplate ()
@@ -272,7 +272,7 @@ DefinitionBlock ("DSDT.aml", "DSDT", 1, "LXBIOS", "LXB-DSDT", 1)
                                Method (_CRS, 0, NotSerialized)
                                {
                                        Name (BUF1, ResourceTemplate () {
-                                               IO (Decode16, 0x0378, 0x0378, 0x01, 0x08) 
+                                               IO (Decode16, 0x0378, 0x0378, 0x01, 0x08)
                                                IRQNoFlags () {7}
                                        })
                                        Return (BUF1)
@@ -289,7 +289,7 @@ DefinitionBlock ("DSDT.aml", "DSDT", 1, "LXBIOS", "LXB-DSDT", 1)
                                Method (_CRS, 0, NotSerialized)
                                {
                                        Name (BUF1, ResourceTemplate () {
-                                               IO (Decode16, 0x0378, 0x0378, 0x01, 0x04) 
+                                               IO (Decode16, 0x0378, 0x0378, 0x01, 0x04)
                                                IO (Decode16, 0x0778, 0x0778, 0x01, 0x04)
                                                IRQNoFlags() {7}
                                                DMA (Compatibility, NotBusMaster, Transfer8) {0,1,3}