diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-08-12 16:08:05 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-08-12 16:08:05 +0000 |
commit | 109ab317e7544c3290700b83240849629d769494 (patch) | |
tree | 8eee0ef8d269e21ecb2d585c74f35c85982aeeef /src/northbridge/intel/i945/acpi | |
parent | fd4519b5ef086fbec60041570c6c9d73d6a80a79 (diff) |
drop extra whitespace at end of line for i945 + ICH7 (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4538 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/intel/i945/acpi')
-rw-r--r-- | src/northbridge/intel/i945/acpi/i945.asl | 2 | ||||
-rw-r--r-- | src/northbridge/intel/i945/acpi/i945_hostbridge.asl | 2 | ||||
-rw-r--r-- | src/northbridge/intel/i945/acpi/i945_igd.asl | 12 |
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)) { |