summaryrefslogtreecommitdiff
path: root/sys/dev/ipmivar.h
AgeCommit message (Expand)Author
2016-02-05Implement FreeBSD-compatible IOCTL to access BMC in ipmi(4)Masao Uebayashi
2016-01-12Use task to execute command except polling context.Masao Uebayashi
2016-01-12Use task to execute watchdog tickle.Masao Uebayashi
2016-01-11Make sendmsg() and recvmsg() functions take only struct ipmi_cmd *.Masao Uebayashi
2016-01-11Allocate command data buffer on softc and use it from both ipmi_sendcmd()Masao Uebayashi
2016-01-11Refactor buildmsg() functions to take struct ipmi_cmd * instead of 6Masao Uebayashi
2016-01-11Introduce struct ipmi_cmd and have ipmi_cmd() function. IPMI commandMasao Uebayashi
2016-01-11Remove useless sc_poll flag because it is always 1. Remove unused globalMasao Uebayashi
2016-01-10When stopping wdog (via wdog_shutdown() e.g. before entering shutdown),Masao Uebayashi
2015-01-07Fix impi(4) to make watchdog work and not to panic.YASUOKA Masahiko
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-07-28Only read 1 sensor at a time instead of all of them. This should helpMarco Peereboom
2006-05-21Replace lockmgr with rwlock; help and ok marco@Aleksander Piotrowski
2006-05-15Kill evil spacing.Marco Peereboom
2006-05-15Make _bmc_io_wait 1 second instead of 500ms.Marco Peereboom
2006-05-08Add smbios support for i386 and amd64, fix ipmi to use this new functionallity,Gordon Willem Klok
2006-05-06remove a block of duplicated defines, ok marcoPeter Stromberg
2006-01-05Kill all typedef struct goo.Marco Peereboom
2006-01-04Make bitfields readable. ok jordan@Marco Peereboom
2005-12-16Fix 2 issues reported by beck.Marco Peereboom
2005-11-28Added ipmi watchdog code, based on esm watchdog code by dlg@Jordan Hargrave
2005-11-10__attribute__((packed)) is a gccism. use __packed instead which will beDavid Gwynne
2005-10-19KNF fixesJordan Hargrave
2005-10-19Oops.. part of ipmi_thread fixesJordan Hargrave
2005-10-18Scan SMBIOS before calling config_attach() to prevent unnecessary kernel print.Marco Peereboom
2005-10-04spacingTheo de Raadt
2005-10-04Add initial IPMI implementation. Currently only the KCS retrieval method isMarco Peereboom