Subject: Re: netbsd-1.6 sparc64 installed OK on SunFire V100
To: None <port-sparc64@NetBSD.ORG, woods@planix.com>
From: Takeshi Nakayama <tn@catvmics.ne.jp>
List: port-sparc64
Date: 09/27/2002 16:15:04
>>> woods@weird.com (Greg A. Woods) wrote

> The only other major problem is that NetBSD seems to be unable to
> properly read the real-time clock on this machine.  It gets everything
> right but the year, which ends up being 1970.

I think pulling up the rev 1.50 of sys/arch/sparc64/sparc64/clock.c
to netbsd-1-6 branch solves this prolrem.

| RCS file: /cvsroot/syssrc/sys/arch/sparc64/sparc64/clock.c,v
| Working file: clock.c
| head: 1.50
(snip)
| revision 1.50
| date: 2002/06/11 23:33:27;  author: eeh;  state: Exp;  lines: +20 -20
| Fixes for the rtc clock on Netra X1 machines from PRs 15611 and 16816

-- Takeshi Nakayama