Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/i386/stand/efiboot
Module Name: src
Committed By: manu
Date: Thu Jun 19 15:00:17 UTC 2025
Modified Files:
src/sys/arch/i386/stand/efiboot: eficons.c
Log Message:
Make sure sure boot countdown is slow enough
The boot coundown should count seconds. We use internal_waitforinputevent()
that in tueb calls UEFI BootServices->SetTmer(). That functions takes a
timeout in 100ns units, but it seems some implementation can be broken
and return earlier.
Make sure we really wait 1s by checking that system time's ticks one
second before proceeding.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/i386/stand/efiboot/eficons.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index