aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2015-08-10 15:50:53 -0400
committerKevin O'Connor <kevin@koconnor.net>2015-08-24 11:02:13 -0400
commit5ddce09ab45ec87a61723c6b100e13294b5d7757 (patch)
tree38eebadc7c7a5bba39a8282c91761bff4409dd78 /docs
parentbd5f6c7432f4c8297871ed4e243dc69a9cece318 (diff)
downloadseabios-hppa-5ddce09ab45ec87a61723c6b100e13294b5d7757.zip
seabios-hppa-5ddce09ab45ec87a61723c6b100e13294b5d7757.tar.gz
seabios-hppa-5ddce09ab45ec87a61723c6b100e13294b5d7757.tar.bz2
ps2: Eliminate "etc/ps2-poll-only"; use CONFIG_HARDWARE_IRQ instead
The "etc/ps2-poll-only" runtime setting is directly tied to the new CONFIG_HARDWARE_IRQ setting - use the compile time setting to control both. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/Runtime_config.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/Runtime_config.md b/docs/Runtime_config.md
index 962a8a9..4ac0eae 100644
--- a/docs/Runtime_config.md
+++ b/docs/Runtime_config.md
@@ -180,7 +180,6 @@ There are several additional configuration options available in the
| boot-fail-wait | If no boot devices are found SeaBIOS will reboot after 60 seconds. Set this to the amount of time (in milliseconds) to customize the reboot delay or set to -1 to disable rebooting when no boot devices are found
| extra-pci-roots | If the target machine has multiple independent root buses set this to a positive value. The SeaBIOS PCI probe will then search for the given number of extra root buses.
| ps2-keyboard-spinup | Some laptops that emulate PS2 keyboards don't respond to keyboard commands immediately after powering on. One may specify the amount of time (in milliseconds) here to allow as additional time for the keyboard to become responsive. When this field is set, SeaBIOS will repeatedly attempt to detect the keyboard until the keyboard is found or the specified timeout is reached.
-| ps2-poll-only | SeaBIOS normally sets up the PS2 port to generate interrupts on keyboard and mouse events. One may set this field to a non-zero value to have SeaBIOS periodically poll the PS2 port for events instead. This may be useful on machines that do not properly route PS2 port interrupts.
| optionroms-checksum | Option ROMs are required to have correct checksums. However, some option ROMs in the wild don't correctly follow the specifications and have bad checksums. Set this to a zero value to allow SeaBIOS to execute them anyways.
| pci-optionrom-exec | Controls option ROM execution for roms found on PCI devices (as opposed to roms found in CBFS/fw_cfg). Valid values are 0: Execute no ROMs, 1: Execute only VGA ROMs, 2: Execute all ROMs. The default is 2 (execute all ROMs).
| s3-resume-vga-init | Set this to a non-zero value to instruct SeaBIOS to run the vga rom on an S3 resume.