History log of /netbsd-src/sys/arch/amiga/dev/a34kbbc.c (Results 1 – 23 of 23)
Revision Date Author Comments
# cbab9cad 27-Oct-2012 chs <chs@NetBSD.org>

split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.


# 0d242d5f 03-Jun-2011 matt <matt@NetBSD.org>

CFATTACH_DECL_NEW, device_t, cfdata_t


# 9b6bd2d9 08-Feb-2011 rmind <rmind@NetBSD.org>

Remove clause 3 (UCB advertising clause) from the University of Utah
copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks!
Also, merge UCB and Utah copyright texts back into one, as the

Remove clause 3 (UCB advertising clause) from the University of Utah
copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks!
Also, merge UCB and Utah copyright texts back into one, as they
originally were.

Extra verification by snj@.

show more ...


# 031f3db0 10-Oct-2006 mhitch <mhitch@NetBSD.org>

Conversion to clock_ymdhms wasn't complete: the match routine was calling
ugettod() with a NULL pointer to test if the clock was present. That
argument was changed to a struct clock_ymdhms pointer

Conversion to clock_ymdhms wasn't complete: the match routine was calling
ugettod() with a NULL pointer to test if the clock was present. That
argument was changed to a struct clock_ymdhms pointer and is no longer
optional. Change to pass the address of a local structure when probing
for the clock.

show more ...


# dcc5a663 11-Sep-2006 gdamore <gdamore@NetBSD.org>

Convert a2kbbc and a3kbbc to newer clock_ymdhms convenience routines in
kern_todr.


# 7b2d0951 07-Sep-2006 mhitch <mhitch@NetBSD.org>

Correct some error returns for gettod() and settod() left over from the
pre-todr code, and use actual E* return codes for any error return.


# 14c9ea00 05-Sep-2006 mhitch <mhitch@NetBSD.org>

Switch amiga to MI todr.


# c8ee9999 30-Dec-2005 is <is@NetBSD.org>

fixing typo in comment


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 803a5ae1 13-Jun-2005 jmc <jmc@NetBSD.org>

Fix a ton of const/volatile issues shown with new warning flags


# aad01611 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.


# c5e91d44 02-Oct-2002 thorpej <thorpej@NetBSD.org>

Use CFATTACH_DECL().


# 9a711d69 27-Sep-2002 thorpej <thorpej@NetBSD.org>

Declare all cfattach structures const.


# 1ea4df81 28-Jan-2002 aymeric <aymeric@NetBSD.org>

add __KERNEL_RCSID as suggested by Luke Mewburn


# 9382c873 26-Jan-2002 aymeric <aymeric@NetBSD.org>

- ANSIfy
- remove some trailing spaces/tabs
- minor style nits


# 16343055 15-Mar-2000 kleink <kleink@NetBSD.org>

Kill a couple of unnecessary cf_unit (ab)uses.


# fc0b743e 06-Jan-2000 is <is@NetBSD.org>

Fix comment. No code change.


# 2e3d1cc0 03-Jan-2000 is <is@NetBSD.org>

The Ricoh chip has a seperate leapyear counter.
We must write this when we write the year register, keeping them in sync.
XXX the chosen algorithm only works for 1901 <= year <= 2099.


# d1496807 03-Jan-2000 is <is@NetBSD.org>

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 i

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.

show more ...


# 5614cd4f 02-Jan-2000 is <is@NetBSD.org>

*sigh*
Y2000-patch for A2000, A3000 and A4000 battery backed clock modules,
mostly by Adam Ciarcinski.


# ba07737b 14-Mar-1999 is <is@NetBSD.org>

Use the 1/256s-resolution when reading the DraCo battery backed clock


# 0b6e56ec 12-Jan-1998 thorpej <thorpej@NetBSD.org>

Adjust for changes to config.


# 4d8c2c35 19-Jul-1997 is <is@NetBSD.org>

Make Amiga battery clocks autoconfiguration devices, so that they can be
left out of specialized configurations.