diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/misc/pdn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/misc/pdn b/share/misc/pdn new file mode 100644 index 0000000..139343c --- /dev/null +++ b/share/misc/pdn @@ -0,0 +1,10 @@ +hba0 at pci0: HBA instance 0 is connected to PCI bus 0 + +... can be more specific (with BDF + slot) + +hba0 at pci0:2922.00.3 + ^ ^ ^ ^ + bus dev func slot + +hba* at pci0: (hba<wildcard>) All HBA instances on PCI bus 0 +hba0 at pci?: (* .. <pci:unknown>) HBA instance 0 on PCI bus ? (could be any) |