Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-11] src/sys/arch/x86/isa
Module Name: src
Committed By: martin
Date: Sun Sep 6 18:06:27 UTC 2026
Modified Files:
src/sys/arch/x86/isa [netbsd-11]: clock.c
Log Message:
Pull up following revision(s) (requested by andvar in ticket #450):
sys/arch/x86/isa/clock.c: revision 1.43
Check if RTC is disabled only in virtualized environments.
On a real PC, bits 0-5 may be used for the date alarm function,
causing RTC failure to attach and
a "WARNING: no TOD clock present" warning in the boot log.
Verified no regression on QEMU/MICROVM by imil@
PR kern/60672
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.42.2.1 src/sys/arch/x86/isa/clock.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