aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i945/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/i945/acpi')
-rw-r--r--src/northbridge/intel/i945/acpi/i945.asl2
-rw-r--r--src/northbridge/intel/i945/acpi/i945_hostbridge.asl2
-rw-r--r--src/northbridge/intel/i945/acpi/i945_igd.asl12
3 files changed, 8 insertions, 8 deletions
diff --git a/src/northbridge/intel/i945/acpi/i945.asl b/src/northbridge/intel/i945/acpi/i945.asl
index 49986f9cef..420ba0e592 100644
--- a/src/northbridge/intel/i945/acpi/i945.asl
+++ b/src/northbridge/intel/i945/acpi/i945.asl
@@ -29,7 +29,7 @@ Device (PDRC)
// This does not seem to work correctly yet - set values statically for
// now.
-
+
//Name (PDRS, ResourceTemplate() {
// Memory32Fixed(ReadWrite, 0x00000000, 0x00004000, RCRB) // RCBA
// Memory32Fixed(ReadWrite, 0x00000000, 0x00004000, MCHB) // MCHBAR
diff --git a/src/northbridge/intel/i945/acpi/i945_hostbridge.asl b/src/northbridge/intel/i945/acpi/i945_hostbridge.asl
index d889b38524..9e9c43611b 100644
--- a/src/northbridge/intel/i945/acpi/i945_hostbridge.asl
+++ b/src/northbridge/intel/i945/acpi/i945_hostbridge.asl
@@ -26,7 +26,7 @@ Name(_CID,EISAID("PNP0A03")) // PCI
Device (MCHC)
{
Name(_ADR, 0x00000000) // 0:0.0
-
+
OperationRegion(MCHP, PCI_Config, 0x00, 0x100)
Field (MCHP, DWordAcc, NoLock, Preserve)
{
diff --git a/src/northbridge/intel/i945/acpi/i945_igd.asl b/src/northbridge/intel/i945/acpi/i945_igd.asl
index 806ae5dd32..a6804adb5e 100644
--- a/src/northbridge/intel/i945/acpi/i945_igd.asl
+++ b/src/northbridge/intel/i945/acpi/i945_igd.asl
@@ -101,7 +101,7 @@ Device (GFX0)
/* Some error happened, but we have to return something */
Return (Package() {0x00000400})
}
-
+
Device(DD01)
{
/* Device Unique ID */
@@ -136,7 +136,7 @@ Device (GFX0)
/* Device Set State */
Method(_DSS, 1)
{
- /* If Parameter Arg0 is (1 << 31) | (1 << 30), the
+ /* If Parameter Arg0 is (1 << 31) | (1 << 30), the
* display switch was completed
*/
If (LEqual(And(Arg0, 0xc0000000), 0xc0000000)) {
@@ -179,7 +179,7 @@ Device (GFX0)
/* Device Set State */
Method(_DSS, 1)
{
- /* If Parameter Arg0 is (1 << 31) | (1 << 30), the
+ /* If Parameter Arg0 is (1 << 31) | (1 << 30), the
* display switch was completed
*/
If (LEqual(And(Arg0, 0xc0000000), 0xc0000000)) {
@@ -223,7 +223,7 @@ Device (GFX0)
/* Device Set State */
Method(_DSS, 1)
{
- /* If Parameter Arg0 is (1 << 31) | (1 << 30), the
+ /* If Parameter Arg0 is (1 << 31) | (1 << 30), the
* display switch was completed
*/
If (LEqual(And(Arg0, 0xc0000000), 0xc0000000)) {
@@ -267,7 +267,7 @@ Device (GFX0)
/* Device Set State */
Method(_DSS, 1)
{
- /* If Parameter Arg0 is (1 << 31) | (1 << 30), the
+ /* If Parameter Arg0 is (1 << 31) | (1 << 30), the
* display switch was completed
*/
If (LEqual(And(Arg0, 0xc0000000), 0xc0000000)) {
@@ -311,7 +311,7 @@ Device (GFX0)
/* Device Set State */
Method(_DSS, 1)
{
- /* If Parameter Arg0 is (1 << 31) | (1 << 30), the
+ /* If Parameter Arg0 is (1 << 31) | (1 << 30), the
* display switch was completed
*/
If (LEqual(And(Arg0, 0xc0000000), 0xc0000000)) {