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
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