From owner-cvs-all@FreeBSD.ORG Sat Oct 9 07:31:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADAD816A4CE; Sat, 9 Oct 2004 07:31:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0F5B43D39; Sat, 9 Oct 2004 07:31:04 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i997V4CW074293; Sat, 9 Oct 2004 07:31:04 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i997V4Hp074292; Sat, 9 Oct 2004 07:31:04 GMT (envelope-from yongari) Message-Id: <200410090731.i997V4Hp074292@repoman.freebsd.org> From: Pyun YongHyeon Date: Sat, 9 Oct 2004 07:31:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.sparc64 Makefile auxio.4 src/sys/conf files.sparc64 src/sys/dev/auxio auxio.c auxioreg.h src/sys/modules/auxio Makefile src/sys/modules Makefile src/sys/sparc64/conf GENERIC NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Oct 2004 07:31:04 -0000 yongari 2004-10-09 07:31:03 UTC FreeBSD src repository Modified files: sys/conf files.sparc64 sys/modules Makefile sys/sparc64/conf GENERIC NOTES Added files: share/man/man4/man4.sparc64 Makefile auxio.4 sys/dev/auxio auxio.c auxioreg.h sys/modules/auxio Makefile Log: Port NetBSD auxio driver. The driver was modified to use led(4) and can be used to announce various system activity. The auxio device provides auxiliary I/O functions and is found on various SBus/EBus UltraSPARC models. At present, only front panel LED is controlled by this driver. Approved by: jake (mentor) Reviewed by: joerg Tested by: joerg Revision Changes Path 1.1 +7 -0 src/share/man/man4/man4.sparc64/Makefile (new) 1.1 +70 -0 src/share/man/man4/man4.sparc64/auxio.4 (new) 1.60 +2 -0 src/sys/conf/files.sparc64 1.1 +335 -0 src/sys/dev/auxio/auxio.c (new) 1.1 +73 -0 src/sys/dev/auxio/auxioreg.h (new) 1.402 +2 -0 src/sys/modules/Makefile 1.1 +10 -0 src/sys/modules/auxio/Makefile (new) 1.82 +1 -0 src/sys/sparc64/conf/GENERIC 1.10 +1 -0 src/sys/sparc64/conf/NOTES