]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a utility to examine the OpenFirmware device tree (on sparc64). This
authorThomas Moestl <tmm@FreeBSD.org>
Fri, 18 Oct 2002 15:37:15 +0000 (15:37 +0000)
committerThomas Moestl <tmm@FreeBSD.org>
Fri, 18 Oct 2002 15:37:15 +0000 (15:37 +0000)
commit1b6eef5b4e08be1826441ebf8f284be679d1adad
treef9d0a6325c1e356c145d264a9b450c6f6ecdaebd
parent9f29ec17e0b188dfa48f0e5b4ebca3b5811b5304
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.
usr.sbin/ofwdump/Makefile [new file with mode: 0644]
usr.sbin/ofwdump/ofw_util.c [new file with mode: 0644]
usr.sbin/ofwdump/ofw_util.h [new file with mode: 0644]
usr.sbin/ofwdump/ofwdump.8 [new file with mode: 0644]
usr.sbin/ofwdump/ofwdump.c [new file with mode: 0644]
usr.sbin/ofwdump/pathnames.h [new file with mode: 0644]