| OLD | NEW |
| 1 # | 1 # |
| 2 # Configuration file for Laptop Mode Tools module intel-sata-powermgmt. | 2 # Configuration file for Laptop Mode Tools module intel-sata-powermgmt. |
| 3 # | 3 # |
| 4 # For more information, consult the laptop-mode.conf(8) manual page. | 4 # For more information, consult the laptop-mode.conf(8) manual page. |
| 5 # | 5 # |
| 6 | 6 |
| 7 | 7 |
| 8 ############################################################################### | 8 ############################################################################### |
| 9 # Intel SATA power management settings | 9 # Intel SATA power management settings |
| 10 # ------------------------------------ | 10 # ------------------------------------ |
| 11 # | 11 # |
| 12 # If you enable this setting, laptop mode tools will automatically enable the | 12 # If you enable this setting, laptop mode tools will automatically enable the |
| 13 # link power management mode of Intel AHCI compliant SATA chipsets. | 13 # link power management mode of Intel AHCI compliant SATA chipsets. |
| 14 # | 14 # |
| 15 ############################################################################### | 15 ############################################################################### |
| 16 | 16 |
| 17 # Enable debug mode for this module | 17 # Enable debug mode for this module |
| 18 # Set to 1 if you want to debug this module | 18 # Set to 1 if you want to debug this module |
| 19 DEBUG=0 | 19 DEBUG=0 |
| 20 | 20 |
| 21 # Control Intel SATA chipset power management? | 21 # Control Intel SATA chipset power management? |
| 22 CONTROL_INTEL_SATA_POWER=0 | 22 CONTROL_INTEL_SATA_POWER=1 |
| 23 | 23 |
| OLD | NEW |