History log of /netbsd-src/sys/arch/sparc64/dev/rtc.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 0aa2b642 27-Jun-2023 andvar <andvar@NetBSD.org>

remove double/tripple o in comments, where it likely was not added on purpose.


# b6584574 01-Jul-2011 dyoung <dyoung@NetBSD.org>

#include <sys/bus.h> instead of <machine/bus.h>.


# ebc9e233 11-Mar-2010 mrg <mrg@NetBSD.org>

various aprint_* fixes.


# 15e9690d 14-Dec-2008 mrg <mrg@NetBSD.org>

no need for this to use BUS_SPACE_MAP_LINEAR - it uses bus_space properly


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

Don't forget to initialize sc_dev.


# 048fb884 28-Mar-2008 tsutsui <tsutsui@NetBSD.org>

Split device_t and softc for MI mc146818 clock,
and other related misc cosmetics.


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

Move todr_attach(9) calls from each MD attachment to MI mc146818_attach().


# 2ae6e40c 09-Nov-2006 tsutsui <tsutsui@NetBSD.org>

More cleanup of sparc64 clock stuff:
- split mkclock attachment from sparc64/clock.c into dev/mkclock.c
(now clock.s only contains clock interrupt and timecounter stuff)
- rename match/attach funct

More cleanup of sparc64 clock stuff:
- split mkclock attachment from sparc64/clock.c into dev/mkclock.c
(now clock.s only contains clock interrupt and timecounter stuff)
- rename match/attach functions of rtc at ebus to match the device name
- update some comments around clock devices in GENERIC

No objection on port-sparc64 for a month.

show more ...


# 273c5b01 09-Oct-2006 mrg <mrg@NetBSD.org>

avoid bringing in mc146818 routines for kernels that do not have the
'rtc'-style clock linked in. put the rtc code in it's own file and
only link it in if it is actually configured. fixes PR#23342.