From owner-cvs-all Fri Oct 18 8:37:31 2002 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 A227937B401; Fri, 18 Oct 2002 08:37:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 644D143E42; Fri, 18 Oct 2002 08:37:29 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IFbFmV057412; Fri, 18 Oct 2002 08:37:15 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IFbFt6057411; Fri, 18 Oct 2002 08:37:15 -0700 (PDT) Message-Id: <200210181537.g9IFbFt6057411@repoman.freebsd.org> From: Thomas Moestl Date: Fri, 18 Oct 2002 08:37:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ofwdump Makefile ofw_util.c ofw_util.h ofwdump.8 ofwdump.c pathnames.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/10/18 08:37:15 PDT Added files: usr.sbin/ofwdump Makefile ofw_util.c ofw_util.h ofwdump.8 ofwdump.c pathnames.h Log: Add a utility to examine the OpenFirmware device tree (on sparc64). This allows access to detailed machine configuration information, and should be especially useful to gather information for driver-related bug reports. Revision Changes Path 1.1 +8 -0 src/usr.sbin/ofwdump/Makefile (new) 1.1 +259 -0 src/usr.sbin/ofwdump/ofw_util.c (new) 1.1 +48 -0 src/usr.sbin/ofwdump/ofw_util.h (new) 1.1 +104 -0 src/usr.sbin/ofwdump/ofwdump.8 (new) 1.1 +106 -0 src/usr.sbin/ofwdump/ofwdump.c (new) 1.1 +30 -0 src/usr.sbin/ofwdump/pathnames.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message