summaryrefslogtreecommitdiffstats
path: root/sys/dev/ipmivar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement FreeBSD-compatible IOCTL to access BMC in ipmi(4)uebayasi2016-02-051-15/+12
* Use task to execute command except polling context.uebayasi2016-01-121-1/+3
* Use task to execute watchdog tickle.uebayasi2016-01-121-1/+3
* Make sendmsg() and recvmsg() functions take only struct ipmi_cmd *.uebayasi2016-01-111-9/+11
* Allocate command data buffer on softc and use it from both ipmi_sendcmd()uebayasi2016-01-111-2/+5
* Refactor buildmsg() functions to take struct ipmi_cmd * instead of 6uebayasi2016-01-111-3/+3
* Introduce struct ipmi_cmd and have ipmi_cmd() function. IPMI commanduebayasi2016-01-111-1/+18
* Remove useless sc_poll flag because it is always 1. Remove unused globaluebayasi2016-01-111-3/+1
* When stopping wdog (via wdog_shutdown() e.g. before entering shutdown),uebayasi2016-01-101-1/+3
* Fix impi(4) to make watchdog work and not to panic.yasuoka2015-01-071-8/+20
* split userland & kernel struct sensor/sensordev so that the additionderaadt2007-03-221-2/+2
* adapt to new two-level sensor api; Constantine A. Mureninderaadt2006-12-231-1/+3
* Only read 1 sensor at a time instead of all of them. This should helpmarco2006-07-281-1/+3
* Replace lockmgr with rwlock; help and ok marco@alek2006-05-211-2/+3
* Kill evil spacing.marco2006-05-151-26/+26
* Make _bmc_io_wait 1 second instead of 500ms.marco2006-05-151-1/+3
* Add smbios support for i386 and amd64, fix ipmi to use this new functionallity,gwk2006-05-081-50/+1
* remove a block of duplicated defines, ok marcowilfried2006-05-061-40/+1
* Kill all typedef struct goo.marco2006-01-051-17/+17
* Make bitfields readable. ok jordan@marco2006-01-041-10/+11
* Fix 2 issues reported by beck.marco2005-12-161-1/+17
* Added ipmi watchdog code, based on esm watchdog code by dlg@jordan2005-11-281-1/+22
* __attribute__((packed)) is a gccism. use __packed instead which will bedlg2005-11-101-7/+7
* KNF fixesjordan2005-10-191-5/+5
* Oops.. part of ipmi_thread fixesjordan2005-10-191-9/+20
* Scan SMBIOS before calling config_attach() to prevent unnecessary kernel print.marco2005-10-181-1/+3
* spacingderaadt2005-10-041-3/+3
* Add initial IPMI implementation. Currently only the KCS retrieval method ismarco2005-10-041-0/+317