Date: Thu, 26 Jun 2008 22:36:38 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mfi mfi.c Message-ID: <200806262236.m5QMagU1077683@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806262236.m5QMagU1077683>