blob: 3187277ce57e0c8f96786301ccf0fcfec35940eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)
|