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