From d7e2dc844666cf3f488fd69409640f1f8a9844d4 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 21 Feb 2025 13:15:10 -0500 Subject: kernel: Update kernel log style Kernel logs must now all be lowercase for consistency. A new style called Peripheral Description Notation (PDN) has also been introduced to describe devices. Signed-off-by: Ian Moffett --- share/misc/pdn | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 share/misc/pdn (limited to 'share/misc/pdn') 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) All HBA instances on PCI bus 0 +hba0 at pci?: (* .. ) HBA instance 0 on PCI bus ? (could be any) -- cgit v1.2.3