Re: Beep or visual signal after booting OpenBSD/sparc64
Mark Kettenis <[email protected]>
| Newsgroups | gmane.os.openbsd.sparc |
|---|---|
| Message-ID | <[email protected]> |
> Date: Thu, 17 Sep 2009 22:25:11 -0400 > From: Hans Ivers <[email protected]> > > Hi Ron, > > Thanks for your suggestion. I've reboot each time I tried a new way > (via sysctl.conf or shell) to enable the "machdep.led_blink" option, > but with no visible success. > > If somebody has access to a v100 machine, I would be very grateful if > he/she is able to reproduce my observations that this sysctl option is > not working on Sunfire v100? I confirm that machdep.led_blink doesn't work on the v100; there is no code in the tree to make it work. There is hope though. I just committed a minimal driver that talks to the LOM on these machines. For now it only provides a temperature sensor, but I plan to extend the driver to provide some control over the LEDs. Cheers, Mark