summaryrefslogtreecommitdiff
path: root/sys/dev/ipmivar.h
AgeCommit message (Expand)Author
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