]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - Documentation/kmsg/s390/zpci
UBUNTU: SAUCE: s390: kernel message catalog
[mirror_ubuntu-zesty-kernel.git] / Documentation / kmsg / s390 / zpci
CommitLineData
aea13bde
MS
1/*?
2 * Text: "%s: Event 0x%x reconfigured PCI function 0x%x\n"
3 * Severity: Informational
4 * Parameter:
5 * @1: device name of the function
6 * @2: PCI event code
7 * @3: function ID
8 * Description:
9 * The availability of a PCI function has changed.
10 * Possible reasons for the change include PCI configuration actions on the
11 * Hardware Management Console or hypervisor.
12 * For shared PCI functions, the function might also have been reserved or
13 * released by another system.
14 * If the device name of a function is shown as 'n/a', the device registration
15 * with the PCI device driver has not completed.
16 * The function ID identifies the function to the I/O configuration (IOCDS).
17 * The PCI event code can be useful diagnostic information for your support
18 * organization.
19 * User action:
20 * None.
21 */
22
23/*?
24 * Text: "%s: Event 0x%x reports an error for PCI function 0x%x\n"
25 * Severity: Error
26 * Parameter:
27 * @1: device name of the function
28 * @2: PCI event code
29 * @3: function ID
30 * Description:
31 * A PCI function entered an error state from which it cannot recover
32 * automatically.
33 * User action:
34 * Trigger a recovery action by writing '1' to the 'recover' sysfs attribute
35 * of the PCI function.
36 * In sysfs, PCI functions are represented as /sys/bus/pci/devices/<name>,
37 * where <name> is the device name of the function.
38 * If the device name of a function is shown as 'n/a', the device
39 * registration with the PCI device driver has not completed.
40 * If the problem persists, contact your support organization.
41 */
42/*? Text: "%s: %d output lines suppressed due to ratelimiting\n" */