Date: Sat, 16 Oct 2010 10:45:36 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/x86/isa atrtc.c Message-ID: <201010161045.o9GAjv8a042605@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
avg 2010-10-16 10:45:36 UTC FreeBSD src repository Modified files: sys/x86/isa atrtc.c Log: SVN rev 213918 on 2010-10-16 10:45:36Z by avg atrtc: remove (pre-)historic check of RTC NVRAM at address 0x0e Old scrolls tell that once upon a time IBM AT BIOS was known to put some useful system diagnostic information into RTC NVRAM. It is not really known if and for how long PC BIOSes followed that convention, but I believe that many, if not all, modern BIOSes do not do that any more (not mentioning other types of x86 firmware). Some diagnostic bits don't even make any sense any longer. The check results in confusing messages upon boot on some systems. So I am removing it. Discussed with: bde, jhb, mav MFC after: 3 weeks Revision Changes Path 1.12 +1 -4 src/sys/x86/isa/atrtc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010161045.o9GAjv8a042605>