From 8aa723d1595a5f7b8c00e15519d09d735cbd4d64 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Wed, 26 Jan 2022 20:55:10 +0000 Subject: [PATCH] Base: Update possible values for `ahci_reset_mode` kernel boot option - `controller` is now called `controllers` - `complete` is now called `aggressive` - `none` is no longer a recognized value --- Base/usr/share/man/man7/boot_parameters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Base/usr/share/man/man7/boot_parameters.md b/Base/usr/share/man/man7/boot_parameters.md index c829bb146f..517adafb94 100644 --- a/Base/usr/share/man/man7/boot_parameters.md +++ b/Base/usr/share/man/man7/boot_parameters.md @@ -18,8 +18,8 @@ List of options: * **`acpi`** - This parameter expects one of the following values. **`on`** - Boot with full ACPI support, using ACPI Machine Language interpretation (default). **`limited`** - Boot with limited ACPI support. **`off`** - Don't initialize ACPI at all. -* **`ahci_reset_mode`** - This parameter expects one of the following values. **`controller`** - Reset just the AHCI controller on boot. - **`none`** - Don't perform any AHCI reset. **`complete`** - Reset the AHCI controller, and all AHCI ports on boot. +* **`ahci_reset_mode`** - This parameter expects one of the following values. **`controllers`** - Reset just the AHCI controller on boot (default). + **`aggressive`** - Reset the AHCI controller, and all AHCI ports on boot. * **`boot_prof`** - If present on the command line, global system profiling will be enabled as soon as possible during the boot sequence. Allowing you to profile startup of all applications.