NetBSD-Bugs archive

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

PR/60672 CVS commit: [netbsd-11] src/sys/arch/x86/isa



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60672 CVS commit: [netbsd-11] src/sys/arch/x86/isa
Date: Sun, 6 Sep 2026 18:06:27 +0000

 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