NetBSD/sys/arch/amiga
is d14968078a Write part of the y2k fix.
This is not strictly necessary, as
- at least for the Ricoh chip in the A3000 and A4000, as those chips' Y10
  registers happily continue to count up from 0xA if manually incremented
  past 0x9.
- the Amiga ROMs and "setclock" commands seem to interpret 0xA 0x? like
  200?, etc.

However,
- the Amiga setclock writes the modulo 10 value into the chips
- the chip docs of both chips, including the Y2K information of their
  manufacturers, only refer to the range 0-9
- the chips increment from 9 to 0

So we better conform to this, to avoid unpleasant surprises.
2000-01-03 20:30:51 +00:00
..
amiga Rewrite of the Amiga bus_space machinery to prepare for the support of 1999-12-30 20:56:44 +00:00
compile
conf Rewrite of the Amiga bus_space machinery to prepare for the support of 1999-12-30 20:56:44 +00:00
dev Write part of the y2k fix. 2000-01-03 20:30:51 +00:00
include Rewrite of the Amiga bus_space machinery to prepare for the support of 1999-12-30 20:56:44 +00:00
stand Assign copyright to TNF and add license. 1999-12-30 21:09:56 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00