cvs commit: src/sys/dev/mk48txx mk48txx.c mk48txxreg.h

Marius Strobl marius at FreeBSD.org
Sat Sep 25 13:53:46 PDT 2004


marius      2004-09-25 20:53:44 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/dev/mk48txx      mk48txx.c mk48txxreg.h 
  Log:
  MFC: mk48txx.c 1.4; mk48txxreg.h 1.2, 1.3
  
  - Only use the desired bits in the time related registers leaving bits
    with different meaning alone.
  - Fix two off-by-one errors in the handling of the day of week. This
    makes the date being stored in the same format Sun/Solaris uses.
  - Check the state of the battery on mk48txx that support this in the
    attach function.
  - Add a note that use of the century bit should be implemented but isn't
    required at the moment because it isn't used on sparc64.
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.3.4.1   +53 -14    src/sys/dev/mk48txx/mk48txx.c
  1.1.8.1   +78 -5     src/sys/dev/mk48txx/mk48txxreg.h


More information about the cvs-src mailing list