public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Version 17 of the IPMI driver
@ 2003-01-13 19:19 Corey Minyard
  0 siblings, 0 replies; only message in thread
From: Corey Minyard @ 2003-01-13 19:19 UTC (permalink / raw)
  To: linux-kernel, Alan Cox

This is yet another release of the IPMI driver for Linux.  This release
mostly compensates for hardware bugs.

Some broken hardware doesn't implement the KCS state machine quite right.
The 1.0 spec is a little vague and some vendors got it wrong.

It implements retries for messages sent on the IPMB bus, since they
can be lost, and some IPMB busses are not up to snuff.

It modifies the message timers to not start until after the message has
been transmitted by the SMI.  If your KCS interface is slow or very busy,
it could have caused problems because the timer was started at queue time,
not when the message was actually sent on the IPMB.  This only affect IPMB.

If fixes a minor 2.5 compile issue.

As usual, you can get the drivers from SourceForge.  The home page is
http://openipmi.sourceforge.net. http://sourceforge.net/projects/openipmi
gets you directly to the page with the info.

-Corey

PS - In case you don't know, IPMI is a standard for system management, it
provides ways to detect the managed devices in the system and sensors
attached to them.  You can get more information at
http://www.intel.com/design/servers/ipmi/spec.htm.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-01-13 19:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-13 19:19 [PATCH] Version 17 of the IPMI driver Corey Minyard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox