GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DEVINFO(8) FreeBSD System Manager's Manual DEVINFO(8)

devinfoprint information about system device configuration

devinfo [-rv]

devinfo -p dev [-v]

devinfo -u [-v]

The devinfo utility, without any arguments, shows the hierarchy of devices available in the system, starting from the “nexus” device.

The following options are accepted:

dev
Display the path of dev back to the root of the device tree. dev can either be a device name, the absolute path of an ACPI handle (must begin with a “\”), or a PCI selector (either pcidomain:bus:slot:function or pcibus:slot:function).

If -v is specified, each device is output on a separate line including the device name and additional verbose information; otherwise, a space-separated list of device names is output.

Causes hardware resource information (such as IRQ, I/O ports, I/O memory addresses) to be also listed, under each device that has reserved those resources.
Displays the same information as with -r but sorts by resource type rather than by device, allowing to review the set of system resources by usage and available resources. I.e., it lists all the IRQ consumers together.
Display all devices in the driver tree, not just those that are attached or busy. Without this flag, only those devices that have attached are reported. This flag also displays verbose information about each device.

The devinfo utility appeared in FreeBSD 5.0.

March 6, 2026 FreeBSD 15.1-RELEASE-p1

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.