summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-02-10 11:40:18 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-02-10 11:40:18 +0000
commit821d1f87320f5bea836b41f164881126e7d5dcb9 (patch)
treec7a1ea4d7e0a694f1d1813cc144de479d40f0407 /sys/arm
parent44922175cd2622cdb18c2ecd6c29038e89f44bad (diff)
downloadFreeBSD-src-821d1f87320f5bea836b41f164881126e7d5dcb9.zip
FreeBSD-src-821d1f87320f5bea836b41f164881126e7d5dcb9.tar.gz
Turn on the front LED at boot time like we do with the Avila.
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/xscale/ixp425/cambria_fled.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/xscale/ixp425/cambria_fled.c b/sys/arm/xscale/ixp425/cambria_fled.c
index ede1577..7faa310 100644
--- a/sys/arm/xscale/ixp425/cambria_fled.c
+++ b/sys/arm/xscale/ixp425/cambria_fled.c
@@ -74,6 +74,8 @@ fled_attach(device_t dev)
sc->sc_led = led_create(fled_cb, dev, "front");
+ led_func(sc, 1); /* Turn on LED */
+
return 0;
}
OpenPOWER on IntegriCloud