Skip to content

Commit 015210f

Browse files
authored
Update README.md
1 parent cac42b6 commit 015210f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# xserve-frontpanel
22
This project contains a small program that demonstrates how to drive the Intel Xserve's front panel CPU activity LEDs. I've only tested it on a 2009 Dual Xeon Xserve, but it should work on any Intel-based Xserve.
33

4-
It's a work in progress that's currently on hold, but should serve as a good start point for a proper implementation.
4+
It's a work in progress. Currently, only the CPU activity LEDs are working.
55

6-
Eventually, I hope to be able to drive all features of the Xserve (IPMI interaction over BMC, CPU-activity linked front panel LEDs). On OS X Lion Server-era systems, this was done by the hwmond daemon, which made use of the _PlatformHardwareManagement_ framework.
6+
Eventually, I hope to be able to drive all features of the Xserve (IPMI interaction over BMC, CPU-activity linked front panel LEDs).
7+
8+
On OS X Lion Server-era systems, all of this was done by the hwmond daemon, which made use of the _PlatformHardwareManagement_ framework. These binaries cannot (easily) be ported to newer OSes, so I started work on a re-implementation.
79

810
---
911
## Building

0 commit comments

Comments
 (0)