From: Barry Song <song.bao.hua@xxxxxxxxxxxxx> /sys/bus/pci/devices/.../irq has been there for many years but it has never been documented. This patch is trying to document it as what it is really implemented in the kernel code. Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Barry Song <song.bao.hua@xxxxxxxxxxxxx> --- Documentation/ABI/testing/sysfs-bus-pci | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/ABI/testing/sysfs-bus-pci b/Documentation/ABI/testing/sysfs-bus-pci index 793cbb7..eeacdce 100644 --- a/Documentation/ABI/testing/sysfs-bus-pci +++ b/Documentation/ABI/testing/sysfs-bus-pci @@ -96,6 +96,16 @@ Description: This attribute indicates the mode that the irq vector named by the file is in (msi vs. msix) +What: /sys/bus/pci/devices/.../irq +Date: August 2021 +Contact: Linux PCI developers <linux-pci@xxxxxxxxxxxxxxx> +Description: + If a driver has enabled MSI (not MSI-X), "irq" contains the IRQ + of the first MSI vector. Otherwise "irq" contains the IRQ of + the legacy INTx interrupt. + "irq" being set to 0 indicates that the device isn't capable of + generating legacy INTx interrupts. + What: /sys/bus/pci/devices/.../remove Date: January 2009 Contact: Linux PCI developers <linux-pci@xxxxxxxxxxxxxxx> -- 1.8.3.1