summaryrefslogtreecommitdiff
path: root/include/linux/ipmi_msgdefs.h
AgeCommit message (Collapse)Author
2004-11-09[PATCH] propogate typosAndries E. Brouwer
2004-06-17[PATCH] IPMI base patch to fix channel handling and add pollingCorey Minyard
This patch fixes some problems with handling of channel detection in the driver. Some systems that are IPMI 1.5 do not implement the channel query command. Also, the interface has to be fully up before the command is ready. This patch also adds a polling interface; this is required for situations where interrupts are not running, but the system must still issue IPMI commands, like when taking a crash dump. It also updates the driver version to v32. Signed-off-by: Corey Minyard <minyard@acm.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2004-04-11[PATCH] IPMI driver updatesAndrew Morton
From: Corey Minyard <minyard@acm.org> - Add support for messaging through an IPMI LAN interface, which is required for some system software that already exists on other IPMI drivers. It also does some renaming and a lot of little cleanups. - Add the "System Interface" driver. The previous driver for system interfaces only supported the KCS interface, this driver supports all system interfaces defined in the IPMI standard. It also does a much better job of handling ACPI and SMBIOS tables for detecting IPMI system interfaces.
2003-10-08[PATCH] IPMI fixes for 2.6.0-test7Corey Minyard
This fixes some problems with timing calculations (primarily for ia64) and adds an operation to send panic strings to the IPMI event log on a panic.
2003-01-12[PATCH] IPMI (Intelligent Platform Management Interface) driverCorey Minyard