diff options
author | Ian Moffett <ian@osmora.org> | 2025-02-21 13:42:39 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-02-21 13:42:39 -0500 |
commit | 6ceef43179c70852f001f1205ff92ebba4d0d4d7 (patch) | |
tree | 7b5741067bfd89a78750fa05456bd95274317543 /share/misc/pdn | |
parent | d20d25df529f6e8949fd12afe281dea65b22f17f (diff) | |
parent | e3099277531b7b1be0aa6656a3eab3960ab6ede0 (diff) |
Merge branch 'expt'main
Hyra v1.4
Diffstat (limited to 'share/misc/pdn')
-rw-r--r-- | share/misc/pdn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/share/misc/pdn b/share/misc/pdn new file mode 100644 index 0000000..3187277 --- /dev/null +++ b/share/misc/pdn @@ -0,0 +1,14 @@ +-------------------------------------------- +| Peripheral Description Notation Examples | +-------------------------------------------- + +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) |