Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sandpoint/stand/altboot Set D-Link DSM-G600 power L...



details:   https://anonhg.NetBSD.org/src/rev/c3ec5f3f01a0
branches:  trunk
changeset: 763982:c3ec5f3f01a0
user:      phx <phx%NetBSD.org@localhost>
date:      Sat Apr 09 19:56:20 2011 +0000

description:
Set D-Link DSM-G600 power LED to solid green on start.

diffstat:

 sys/arch/sandpoint/stand/altboot/brdsetup.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e44bbc5b137a -r c3ec5f3f01a0 sys/arch/sandpoint/stand/altboot/brdsetup.c
--- a/sys/arch/sandpoint/stand/altboot/brdsetup.c       Sat Apr 09 19:37:13 2011 +0000
+++ b/sys/arch/sandpoint/stand/altboot/brdsetup.c       Sat Apr 09 19:56:20 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: brdsetup.c,v 1.12 2011/03/26 17:55:05 phx Exp $ */
+/* $NetBSD: brdsetup.c,v 1.13 2011/04/09 19:56:20 phx Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -699,7 +699,8 @@
 {
 
        init_uart(uart2base, 9600, LCR_8BITS | LCR_PNONE);
-       /* illuminate LEDs */
+       send_sat("SYN\n");
+       send_sat("ZWO\n");      /* power LED solid on */
 }
 
 void



Home | Main Index | Thread Index | Old Index