https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210242
Bug ID: 210242
Summary: [PATCH] Simplify libefi delay() implementation
Product: Base System
Version: 10.3-RELEASE
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
Keywords: patch
Created attachment 171361
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=171361&action=edit
Patch to simplify delay() implementation
The `delay` implementation currently uses timers to delay execution, while
there's a built-in `Stall` function available in the EFI_BOOT_SERVICES table.
I'm not sure if `Stall` has problems on certain platforms that's being worked
around through the use of timers, but it appears as though we can simplify the
implementation.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"