History log of /netbsd-src/sys/arch/news68k/dev/mkclock_hb.c (Results 1 – 15 of 15)
Revision Date Author Comments
# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 4090172b 29-Mar-2008 tsutsui <tsutsui@NetBSD.org>

Don't forget to initialize sc_dev.


# 03bb6cc8 28-Mar-2008 tsutsui <tsutsui@NetBSD.org>

Split device_t and softc for MI mk48txx(4) and intersil7170(4) clocks,
and other related misc cosmetics.


# 05517e38 10-Jan-2008 tsutsui <tsutsui@NetBSD.org>

- move todr_attach(9) calls from each MD attachment to MI mk48txx_attach()
- don't clear todr_setwen in mk48txx_attach() since it might be set by
MD attachments


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

merge ktrace-lwp.


# 52b46dcf 04-Sep-2004 tsutsui <tsutsui@NetBSD.org>

- Use ANSI function declarations and make some functions static.
- Some KNF


# 378871cd 04-Sep-2004 tsutsui <tsutsui@NetBSD.org>

Include ioconf.h to declare struct cfdriver.


# 164022f5 01-Nov-2003 tsutsui <tsutsui@NetBSD.org>

Adapt MI mk48txx(4) changes. Tested on NWS-1750.


# 5d2194fd 19-Jul-2003 tsutsui <tsutsui@NetBSD.org>

Rename todclock_config() to todr_attach().


# ed517291 15-Jul-2003 lukem <lukem@NetBSD.org>

__KERNEL_RCSID()


# 0687b33b 20-Dec-2002 tsutsui <tsutsui@NetBSD.org>

Remove __P().


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

Use CFATTACH_DECL().


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

Declare all cfattach structures const.


# c4dbe1a1 23-Feb-2002 scw <scw@NetBSD.org>

Allow MD code to provide functions for reading/writing NVRAM/RTC
locations. If passed NULL, the old behaviour using bus_space_{read,write}_1()
is used. Otherwise, all access to the chip goes via the

Allow MD code to provide functions for reading/writing NVRAM/RTC
locations. If passed NULL, the old behaviour using bus_space_{read,write}_1()
is used. Otherwise, all access to the chip goes via the MD functions.

This is necessary for mvmeppc boards where the mk48txx NVRAM/RTC is not
directly addressable.

show more ...


# d49986b1 07-Jul-2001 tsutsui <tsutsui@NetBSD.org>

Split clock device attachment into interval timer and todclock
since they are actually independent devices.