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
/
ipmivar.h
Age
Commit message (
Expand
)
Author
2007-03-22
split userland & kernel struct sensor/sensordev so that the addition
Theo de Raadt
2006-12-23
adapt to new two-level sensor api; Constantine A. Murenin
Theo de Raadt
2006-07-28
Only read 1 sensor at a time instead of all of them. This should help
Marco Peereboom
2006-05-21
Replace lockmgr with rwlock; help and ok marco@
Aleksander Piotrowski
2006-05-15
Kill evil spacing.
Marco Peereboom
2006-05-15
Make _bmc_io_wait 1 second instead of 500ms.
Marco Peereboom
2006-05-08
Add smbios support for i386 and amd64, fix ipmi to use this new functionallity,
Gordon Willem Klok
2006-05-06
remove a block of duplicated defines, ok marco
Peter Stromberg
2006-01-05
Kill all typedef struct goo.
Marco Peereboom
2006-01-04
Make bitfields readable. ok jordan@
Marco Peereboom
2005-12-16
Fix 2 issues reported by beck.
Marco Peereboom
2005-11-28
Added 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 be
David Gwynne
2005-10-19
KNF fixes
Jordan Hargrave
2005-10-19
Oops.. part of ipmi_thread fixes
Jordan Hargrave
2005-10-18
Scan SMBIOS before calling config_attach() to prevent unnecessary kernel print.
Marco Peereboom
2005-10-04
spacing
Theo de Raadt
2005-10-04
Add initial IPMI implementation. Currently only the KCS retrieval method is
Marco Peereboom