Age | Commit message (Expand) | Author |
2006-09-19 | fix all malloc()s to nowait|canfail and do not ignore errors reading sensor s... | Michael Shalayeff |
2006-09-17 | Move get ipmi id into the match function. This prevents attach from being | Marco Peereboom |
2006-08-01 | Add a wait between send and receive command. Talked through with jordan. | Marco Peereboom |
2006-08-01 | Silence intermittent read errors. | Marco Peereboom |
2006-07-28 | KNF | Marco Peereboom |
2006-07-28 | Only read 1 sensor at a time instead of all of them. This should help | Marco Peereboom |
2006-07-28 | Fix BT interface by waiting for BMC_BUSY on writes. | Jordan Hargrave |
2006-05-21 | Replace lockmgr with rwlock; help and ok marco@ | Aleksander Piotrowski |
2006-05-15 | Add device name when printing out errors. Pointed out by deraadt@ | Marco Peereboom |
2006-05-15 | Make _bmc_io_wait 1 second instead of 500ms. | Marco Peereboom |
2006-05-12 | code we can read | Theo de Raadt |
2006-05-08 | Add smbios support for i386 and amd64, fix ipmi to use this new functionallity, | Gordon Willem Klok |
2006-05-06 | if the fan data rate is per second convert it to per minute, ok marco | Peter Stromberg |
2006-04-27 | from PAE work: | Michael Shalayeff |
2006-04-20 | Fix various printf() issues: too many arguments, not enough arguments, argument | Miod Vallat |
2006-01-29 | Disable iic whenever ipmi is enabled. This fixes boxes like Sun x4200 that | Marco Peereboom |
2006-01-19 | Replace SENSOR_ADD() macro with a pair of functions | Alexander Yurchenko |
2006-01-18 | Fix false positives of ipmi on older machines. | Marco Peereboom |
2006-01-05 | Kill all typedef struct goo. | Marco Peereboom |
2006-01-05 | Work around flawed IBM 325 eServer IPMI implementation. | Marco Peereboom |
2006-01-05 | Better debug verbosity values. | Marco Peereboom |
2006-01-05 | Adjust debug levels. | Marco Peereboom |
2006-01-05 | I got the time scale wrong with the previous commit. Now the advertised | Marco Peereboom |
2006-01-04 | Adjust timeout values. This was determined by using beck's ibm e325. | Marco Peereboom |
2005-12-16 | Fix 2 issues reported by beck. | Marco Peereboom |
2005-12-13 | Add check for return value in recvcmd. | Marco Peereboom |
2005-12-13 | no need for device name before fail | Theo de Raadt |
2005-12-13 | Don't continue to poke ipmi registers if the ID command fails. | Marco Peereboom |
2005-11-30 | spacing | Theo de Raadt |
2005-11-28 | Added ipmi watchdog code, based on esm watchdog code by dlg@ | Jordan Hargrave |
2005-11-22 | Some BIOS' lie about location of ports. Prevent panic by checking bus_space_... | Marco Peereboom |
2005-10-24 | Remove panic if polling thread can not be created. | Marco Peereboom |
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 |
2005-10-19 | Added readable case names for ipmi device types | Jordan Hargrave |
2005-10-19 | Added length test for ipmi_sensor_name string | Jordan Hargrave |
2005-10-19 | Changed poll to use kernel threads instead of in timer context | Jordan Hargrave |
2005-10-19 | Added status for chassis intrusion (critical if open) | Jordan Hargrave |
2005-10-19 | Changed order of reading sensor vs sensor status, failed sensors had invalid | Jordan Hargrave |
2005-10-19 | Added code to properly read power supply installed/power state | Jordan Hargrave |
2005-10-19 | Added SMIC interface code | Jordan Hargrave |
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 |
2005-10-17 | knf | Theo de Raadt |
2005-10-17 | * Fix SMBIOS Table address | Jordan Hargrave |
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 |