[PATCH] PCI Error Recovery: documentation
authorlinas@austin.ibm.com <linas@austin.ibm.com>
Sat, 3 Dec 2005 01:16:18 +0000 (19:16 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 9 Jan 2006 20:13:21 +0000 (12:13 -0800)
commit065c6359071c6d7d1f8b2839317471d1d97fc70b
treef893af1d113991b94b39fbbae60e2b16a12efc5b
parent392a1ce761bc3b3a5d642ee341c1ff082cbb71f0
[PATCH] PCI Error Recovery: documentation

Various PCI bus errors can be signaled by newer PCI controllers.
Recovering from those errors requires an infrastructure to notify
affected device drivers of the error, and a way of walking through
a reset sequence.  This patch adds documentation describing the
current error recovery proposal.

Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/pci-error-recovery.txt [new file with mode: 0644]
MAINTAINERS