The devinfo(3) library provides userspace access to the internal device
authorHasso Tepper <hasso@dragonflybsd.org>
Tue, 30 Sep 2008 12:20:29 +0000 (12:20 +0000)
committerHasso Tepper <hasso@dragonflybsd.org>
Tue, 30 Sep 2008 12:20:29 +0000 (12:20 +0000)
commit0010e23a7baba5424287f42a17c943471435ac39
treeea54c15e1dfaedc6fe5df0e5422155505e9edd3a
parentc0e34fb14b4033abadac79cc4361fc4e2bfe7852
The devinfo(3) library provides userspace access to the internal device
hierarchy. The devinfo(8) utility can be used to view that information.
Ported by Sascha Wildner.

Obtained-from: FreeBSD
18 files changed:
gnu/usr.bin/groff/tmac/mdoc.local
lib/Makefile
lib/libdevinfo/Makefile [new file with mode: 0644]
lib/libdevinfo/devinfo.3 [new file with mode: 0644]
lib/libdevinfo/devinfo.c [new file with mode: 0644]
lib/libdevinfo/devinfo.h [new file with mode: 0644]
lib/libdevinfo/devinfo_var.h [new file with mode: 0644]
sys/kern/subr_bus.c
sys/kern/subr_rman.c
sys/sys/bus.h
sys/sys/bus_private.h
sys/sys/rman.h
sys/sys/sysctl.h
usr.sbin/Makefile
usr.sbin/devinfo/Makefile [new file with mode: 0644]
usr.sbin/devinfo/devinfo.8 [new file with mode: 0644]
usr.sbin/devinfo/devinfo.c [new file with mode: 0644]
usr.sbin/pciconf/pciconf.8