Kontron 986LCD-M update
[coreboot.git] / src / southbridge / intel / i82801gx / acpi / ich7_smbus.asl
index b7d807ee4467343f4a47da3aee6233d8398afc07..b6d2d6a2ab3347f17be9b5dfdd88ac32ea65636b 100644 (file)
@@ -33,7 +33,6 @@ Device (SBUS)
                I2CE,   1
        }
 
-       /*
        OperationRegion (SMBI, SystemIO, 0x400, 0x20)
        Field (SMBI, ByteAcc, NoLock, Preserve)
        {
@@ -59,6 +58,7 @@ Device (SBUS)
                NDLH,   8,      // Notify Data High Byte
        }
 
+#ifdef ENABLE_SMBUS_METHODS
        // Kill all SMBus communication
        Method (KILL, 0, Serialized)
        {
@@ -237,10 +237,6 @@ Device (SBUS)
 
                Return (0xffff)
        }
-       */
-
-       // Todo: Does anyone ever use these?
-       // Missing: Read / Write Word
-       // Missing: Read / Write Block
+#endif
 }