Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-24 | Remove panic if polling thread can not be created. | Marco Peereboom | |
ok jordan@ | |||
2005-10-21 | pretty up dmesg output | Theo de Raadt | |
2005-10-20 | KNF; marco ok | Theo de Raadt | |
2005-10-19 | Fixup case statements to use #define's | Jordan Hargrave | |
suggested by deraadt ok marco@ | |||
2005-10-19 | Added readable case names for ipmi device types | Jordan Hargrave | |
ok marco@ | |||
2005-10-19 | Added length test for ipmi_sensor_name string | Jordan Hargrave | |
ok marco@ | |||
2005-10-19 | Changed poll to use kernel threads instead of in timer context | Jordan Hargrave | |
ok marco@ | |||
2005-10-19 | Added status for chassis intrusion (critical if open) | Jordan Hargrave | |
ok marco@ | |||
2005-10-19 | Changed order of reading sensor vs sensor status, failed sensors had invalid | Jordan Hargrave | |
reading ok marco@ | |||
2005-10-19 | Added code to properly read power supply installed/power state | Jordan Hargrave | |
ok marco@ | |||
2005-10-19 | Added SMIC interface code | Jordan Hargrave | |
ok marco@ | |||
2005-10-18 | Use MI trunc_page() & round_page(). Suggested by miod@ and grange@ | Marco Peereboom | |
2005-10-18 | Document Dell PowerEdge 8450 hack | Marco Peereboom | |
2005-10-18 | Scan SMBIOS before calling config_attach() to prevent unnecessary kernel print. | Marco Peereboom | |
Written with jordan@ help. ok deraadt@ | |||
2005-10-17 | knf | Theo de Raadt | |
2005-10-17 | * Fix SMBIOS Table address | Jordan Hargrave | |
mapped memory instead of ISA_HOLE_VADDR for SMBIOS tables in high memory * Added ipmi_poll variable to control sensor polling * Add Power Supply sensor type * Fixed chassis intrusion reading * Added Block-Transfer interface BT is transport protocol to BMC * Fixed threshold values Bits in Sensor reading did not contain correct values for threshold vioation; must compare reading against actual threshold. * KNF ok: marco@ | |||
2005-10-05 | pretty print & minor knf; ok marco | Theo de Raadt | |
2005-10-04 | Add initial IPMI implementation. Currently only the KCS retrieval method is | Marco Peereboom | |
supported. SMIC and BMC are being worked on. IPMI will remain disabled for now. Code written by Jordan Hargrave <jordan underscore hargrave at hotmail dot com> help grange@ and deraadt@ ok deraadt@ |