Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/mvme68k/dev/timekeeper.c
RevisionDateAuthorComments
 1.13  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.12  29-Mar-2008  tsutsui branches: 1.12.2; 1.12.4;
Don't forget to initialize sc_dev.
 1.11  28-Mar-2008  tsutsui Split device_t and softc for MI mk48txx(4) and intersil7170(4) clocks,
and other related misc cosmetics.
 1.10  10-Jan-2008  tsutsui branches: 1.10.6;
- 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
 1.9  11-Dec-2005  christos branches: 1.9.50; 1.9.56; 1.9.64;
merge ktrace-lwp.
 1.8  01-Nov-2003  tsutsui branches: 1.8.16;
Adapt MI mk48txx(4) changes. (compiles but untested)
 1.7  18-Jul-2003  thorpej Rename clock_rtc_config() to todr_attach().
 1.6  15-Jul-2003  lukem __KERNEL_RCSID()
 1.5  02-Oct-2002  thorpej branches: 1.5.6;
Use CFATTACH_DECL().
 1.4  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.3  23-Feb-2002  scw 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.
 1.2  12-Feb-2002  scw Separate out devices common to many Motorola mvme boards (68k, 88k and ppc)
in preparation for future mvmeppc and mvme88k ports.

This needs a bit if tidying up to make it trully shareable, which will
happen as the new mvme ports are added.
 1.1  12-Aug-2001  scw branches: 1.1.2; 1.1.8;
Time Keeper NVRAM driver.
 1.1.8.3  18-Oct-2002  nathanw Catch up to -current.
 1.1.8.2  28-Feb-2002  nathanw Catch up to -current.
 1.1.8.1  12-Aug-2001  nathanw file timekeeper.c was added on branch nathanw_sa on 2002-02-28 04:10:51 +0000
 1.1.2.4  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.1.2.3  16-Mar-2002  jdolecek Catch up with -current.
 1.1.2.2  25-Aug-2001  thorpej Merge Aug 24 -current into the kqueue branch.
 1.1.2.1  12-Aug-2001  thorpej file timekeeper.c was added on branch kqueue on 2001-08-25 06:15:36 +0000
 1.5.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.5.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.5.6.1  03-Aug-2004  skrll Sync with HEAD
 1.8.16.1  21-Jan-2008  yamt sync with head
 1.9.64.1  10-Jan-2008  bouyer Sync with HEAD
 1.9.56.1  18-Feb-2008  mjf Sync with HEAD.
 1.9.50.1  23-Mar-2008  matt sync with HEAD
 1.10.6.2  02-Jun-2008  mjf Sync with HEAD.
 1.10.6.1  03-Apr-2008  mjf Sync with HEAD.
 1.12.4.1  16-May-2008  yamt sync with head.
 1.12.2.1  18-May-2008  yamt sync with head.

RSS XML Feed