[PATCH] PCI: Bus Parity Status sysfs interface
commitbdee9d98d281d84718eaff6bf0dd2b6ad418b36f
authorDoug Thompson <norsk5@yahoo.com>
Wed, 14 Jun 2006 23:59:48 +0000 (14 16:59 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Jun 2006 19:00:01 +0000 (21 12:00 -0700)
treeb7122ecf946d3922f1462c512e2f0599fb505184
parentacc7c2e0b73a46122ec370bf8a3aa9f19065d331
[PATCH] PCI: Bus Parity Status sysfs interface

From: Doug Thompson <norsk5@yahoo.com>

This patch adds the 'broken_parity_status' sysfs attribute file to a PCI device.
Reading this attribute a userland program can determine if PCI device provides false
positives (value of 1) in its generation of PCI Parity status, or not (value of 0).
As PCI devices are found to be 'bad' in this regard, userland programs can also set
the appropriate value (root access only) of a faulty device. This per device
information will be used in the EDAC PCI Parity scanner code in a future patch once
this interface becomes available.

Signed-off-by: Doug Thompson <norsk5@yahoo.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/pci-sysfs.c