NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/60672 CVS commit: src/sys/arch/x86/isa



The following reply was made to PR kern/60672; it has been noted by GNATS.

From: "Andrius Varanavicius" <andvar%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60672 CVS commit: src/sys/arch/x86/isa
Date: Wed, 2 Sep 2026 10:06:11 +0000

 Module Name:	src
 Committed By:	andvar
 Date:		Wed Sep  2 10:06:11 UTC 2026
 
 Modified Files:
 	src/sys/arch/x86/isa: clock.c
 
 Log Message:
 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.43 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