Date: Tue, 17 Sep 2002 04:47:38 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 elan-mmcr.c Message-ID: <200209171147.g8HBlcno093984@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/09/17 04:47:38 PDT Modified files: sys/i386/i386 elan-mmcr.c Log: Add /dev/soekris-errled device to control the Error-LED on Soekris cards/boxes. # turn LED off echo '0' > /dev/soekris-errled # turn LED on echo '1' > /dev/soekris-errled # flash LED (5 hz) echo 'f' > /dev/soekris-errled # flash LED (4/2 = 2 hz), syntax: "f[1-9]" -> .5 -> 4.5 Hz echo 'f4' > /dev/soekris-errled # flash digits 1,3 and 7, syntax: "d[1-9]*" echo 'd137' > /dev/soekris-errled Characters not understood are ignored. Revision Changes Path 1.6 +136 -23 src/sys/i386/i386/elan-mmcr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209171147.g8HBlcno093984>