From owner-cvs-src@FreeBSD.ORG Wed Sep 10 20:22:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48AFB1065674; Wed, 10 Sep 2008 20:22:41 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 317CC8FC14; Wed, 10 Sep 2008 20:22:41 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8AKMfen036266; Wed, 10 Sep 2008 20:22:41 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8AKMfiB036259; Wed, 10 Sep 2008 20:22:41 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200809102022.m8AKMfiB036259@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Wed, 10 Sep 2008 20:22:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files.sparc64 src/sys/sparc64/sparc64 jbusppm.c schppm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2008 20:22:41 -0000 marius 2008-09-10 20:22:27 UTC FreeBSD src repository Modified files: sys/conf files.sparc64 Added files: sys/sparc64/sparc64 jbusppm.c schppm.c Log: SVN rev 182918 on 2008-09-10 20:22:27Z by marius Add drivers for the power management devices found on Fireplane/ Safari- and JBus-based machines. Currently the main purpose of these drivers is debugging of the resource allocation on nexus(4) and the register content of these devices though. Revision Changes Path 1.97 +2 -0 src/sys/conf/files.sparc64 1.1 +226 -0 src/sys/sparc64/sparc64/jbusppm.c (new) 1.1 +132 -0 src/sys/sparc64/sparc64/schppm.c (new)