diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-07-14 23:29:04 -0400 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-02 17:34:41 -0400 |
commit | 798c794df81e0a1af62c1d7e48b464f4096f3b9a (patch) | |
tree | 81090c63c1b2bbd58c06f9ff84f1608ddb8ebb56 /Documentation/PCI | |
parent | c2b65e181acb9a981c890489c0f9a04d8e1b91f9 (diff) |
Docs: MSI-HOWTO: MSI -> MSIs
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Acked-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Diffstat (limited to 'Documentation/PCI')
-rw-r--r-- | Documentation/PCI/MSI-HOWTO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/PCI/MSI-HOWTO.txt b/Documentation/PCI/MSI-HOWTO.txt index 67ed5d89524c..53e6fca146d7 100644 --- a/Documentation/PCI/MSI-HOWTO.txt +++ b/Documentation/PCI/MSI-HOWTO.txt | |||
@@ -349,7 +349,7 @@ for your machine. You should also check your .config to be sure you | |||
349 | have enabled CONFIG_PCI_MSI. | 349 | have enabled CONFIG_PCI_MSI. |
350 | 350 | ||
351 | Then, 'lspci -t' gives the list of bridges above a device. Reading | 351 | Then, 'lspci -t' gives the list of bridges above a device. Reading |
352 | /sys/bus/pci/devices/*/msi_bus will tell you whether MSI are enabled (1) | 352 | /sys/bus/pci/devices/*/msi_bus will tell you whether MSIs are enabled (1) |
353 | or disabled (0). If 0 is found in any of the msi_bus files belonging | 353 | or disabled (0). If 0 is found in any of the msi_bus files belonging |
354 | to bridges between the PCI root and the device, MSIs are disabled. | 354 | to bridges between the PCI root and the device, MSIs are disabled. |
355 | 355 | ||