CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/30 11:24:24
Modified files:
sys/arch/amd64/amd64: efi_machdep.c
Log message:
Remove the EFI RTC implementation on amd64. Since all amd64 systems we
know have a MC146818A compatible RTC this code isn't actually used. But
there are systems that have a buggy EFI implementation that blows up when
we call the GetTime runtime service to check whether the RTC functionality
is implemented.
ok mlarkin@, dlg@
