From owner-freebsd-questions Fri Jun 19 10:27:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA26180 for freebsd-questions-outgoing; Fri, 19 Jun 1998 10:27:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA26080; Fri, 19 Jun 1998 10:27:07 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id DAA29339; Sat, 20 Jun 1998 03:26:57 +1000 Date: Sat, 20 Jun 1998 03:26:57 +1000 From: Bruce Evans Message-Id: <199806191726.DAA29339@godzilla.zeta.org.au> To: andy@tridentgroup.co.uk, questions@FreeBSD.ORG Subject: Re: Millennium compliance Cc: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I have a couple of questions regarding Millennium compliance: > >Firstly, does FreeBSD interrogate the RTC chip directly for the >time/date information or the system BIOS instead? This is important It reads the RTC, ignores the century register, and converts year 00 to 2000. Except when configured with the non-default option USE_RTC_CENTURY, it believes the century register and converts (year 00, century 19) to year 1900. >The second question I have is what will happen to FreeBSD if the >computer BIOS is not millennium compliant when the century changes? FreeBSD doesn't change the century register unless it is configured with option USE_RTC_CENTURY, so the century register won't change while FreeBSD is running unless the hardware changes it. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message