Date: Fri, 18 Oct 2002 08:37:15 -0700 (PDT) From: Thomas Moestl <tmm@FreeBSD.org> 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 Message-ID: <200210181537.g9IFbFt6057411@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210181537.g9IFbFt6057411>