Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/sparc64/dev/rtc.c
RevisionDateAuthorComments
 1.9  27-Jun-2023  andvar remove double/tripple o in comments, where it likely was not added on purpose.
 1.8  01-Jul-2011  dyoung #include <sys/bus.h> instead of <machine/bus.h>.
 1.7  11-Mar-2010  mrg various aprint_* fixes.
 1.6  14-Dec-2008  mrg branches: 1.6.4;
no need for this to use BUS_SPACE_MAP_LINEAR - it uses bus_space properly
 1.5  29-Mar-2008  tsutsui branches: 1.5.4; 1.5.12;
Don't forget to initialize sc_dev.
 1.4  28-Mar-2008  tsutsui Split device_t and softc for MI mc146818 clock,
and other related misc cosmetics.
 1.3  10-Jan-2008  tsutsui branches: 1.3.6;
Move todr_attach(9) calls from each MD attachment to MI mc146818_attach().
 1.2  09-Nov-2006  tsutsui branches: 1.2.2; 1.2.6; 1.2.32; 1.2.38; 1.2.46;
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.
 1.1  09-Oct-2006  mrg branches: 1.1.2;
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.
 1.1.2.3  10-Dec-2006  yamt sync with head.
 1.1.2.2  22-Oct-2006  yamt sync with head
 1.1.2.1  09-Oct-2006  yamt file rtc.c was added on branch yamt-splraiseipl on 2006-10-22 06:05:11 +0000
 1.2.46.1  10-Jan-2008  bouyer Sync with HEAD
 1.2.38.1  18-Feb-2008  mjf Sync with HEAD.
 1.2.32.1  23-Mar-2008  matt sync with HEAD
 1.2.6.3  21-Jan-2008  yamt sync with head
 1.2.6.2  30-Dec-2006  yamt sync with head.
 1.2.6.1  09-Nov-2006  yamt file rtc.c was added on branch yamt-lazymbuf on 2006-12-30 20:47:02 +0000
 1.2.2.2  18-Nov-2006  ad Sync with head.
 1.2.2.1  09-Nov-2006  ad file rtc.c was added on branch newlock2 on 2006-11-18 21:29:32 +0000
 1.3.6.2  17-Jan-2009  mjf Sync with HEAD.
 1.3.6.1  03-Apr-2008  mjf Sync with HEAD.
 1.5.12.1  19-Jan-2009  skrll Sync with HEAD.
 1.5.4.2  11-Aug-2010  yamt sync with head.
 1.5.4.1  04-May-2009  yamt sync with head.
 1.6.4.1  30-Apr-2010  uebayasi Sync with HEAD.

RSS XML Feed