cvs commit: src/sys/dev/mfi mfi.c

John Baldwin jhb at FreeBSD.org
Thu Jun 26 22:36:42 UTC 2008


jhb         2008-06-26 22:36:38 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mfi          mfi.c 
  Log:
  SVN rev 180038 on 2008-06-26 22:36:38Z by jhb
  
  Tweak the output of event log messages from the controller:
  - Each log entry contains a text description in the "description" field of
    the entry.  The existing decode logic always ended up duplicating
    information that was already in the description string.  This made the
    logs overly verbose.  Now we just print out the description string.
  - Add some simple parsing of the timestamp and event classes.
  
  Reviewed by:    ambrisko, scottl
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.41      +48 -283   src/sys/dev/mfi/mfi.c


More information about the cvs-src mailing list