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
/
arch
/
sparc64
/
dev
/
lom.c
Age
Commit message (
Expand
)
Author
2010-05-28
Add missing initialization.
Mark Kettenis
2010-02-28
Fix off-by-one in LOMlite hostname code.
Mark Kettenis
2009-12-12
Remove debug printf and properly dequeue command instead when a read times out
Mark Kettenis
2009-11-10
Handle LOMlite2 in an interrupt-driven way; avoids using delay(9) once the
Mark Kettenis
2009-10-31
Establish a shutdown hook to disable the watchdog timer to prevent watchdog
Mark Kettenis
2009-10-31
Make sure we don't insert and entry into the list of pending commends twice.
Mark Kettenis
2009-10-28
LOMlite seems to get wedged from time to time; add some code to unwedge it.
Mark Kettenis
2009-09-27
Print the LOM type (LOMlite/LOMlite2).
Mark Kettenis
2009-09-27
Add sensor status for fan sensors.
Mark Kettenis
2009-09-27
Implement queuing of reads and writes. This gets rid of the remaining busy
Mark Kettenis
2009-09-24
Slightly less evil busy wait loop for LOMlite. Small tweak to LOMlite state
Mark Kettenis
2009-09-23
Implement reading LOMlite registers using timeouts and a state machine to
Mark Kettenis
2009-09-23
Add some more LOMlite bits. We don't attach to LOMlite yet because it is
Mark Kettenis
2009-09-23
Attempt mapping as io as well as mmio; necessary to make this work on a V100.
Mark Kettenis
2009-09-23
Restructure watchdog support such that it will work on both LOMlite and
Mark Kettenis
2009-09-22
Add PSU sensor.
Mark Kettenis
2009-09-21
Explicitly configure the watchdog timer not to reset the machine when we
Mark Kettenis
2009-09-21
Add support for the built-in watchdog. In the default state the watchdog will
Mark Kettenis
2009-09-20
Update the hostname stored in the LOM based on the hostname set in the kernel.
Mark Kettenis
2009-09-20
Add fan sensors.
Mark Kettenis
2009-09-20
Use name provided by the LOM device as description for the temperature
Mark Kettenis
2009-09-19
Initial stab at a driver for LOMlite2 as found on the Sun Fire V100, Sun Fire
Mark Kettenis