index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ipmi.c
Age
Commit message (
Expand
)
Author
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