Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751798AbWKBE4h (ORCPT ); Wed, 1 Nov 2006 23:56:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750961AbWKBE4h (ORCPT ); Wed, 1 Nov 2006 23:56:37 -0500 Received: from palinux.external.hp.com ([192.25.206.14]:24547 "EHLO mail.parisc-linux.org") by vger.kernel.org with ESMTP id S1750867AbWKBE4g (ORCPT ); Wed, 1 Nov 2006 23:56:36 -0500 Date: Wed, 1 Nov 2006 21:56:34 -0700 From: Matthew Wilcox To: Grant Grundler Cc: Linas Vepstas , linux-scsi@vger.kernel.org, linux-pci@atrey.karlin.mff.cuni.cz, linux-kernel@vger.kernel.org Subject: Re: [PATCH]: PCI Error Recovery: Symbios SCSI device driver Message-ID: <20061102045634.GB31830@parisc-linux.org> References: <20061020180510.GN6537@austin.ibm.com> <20061031185506.GE26964@parisc-linux.org> <20061031231334.GR6360@austin.ibm.com> <20061102044633.GB23840@colo.lackof.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061102044633.GB23840@colo.lackof.org> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 853 Lines: 18 On Wed, Nov 01, 2006 at 09:46:33PM -0700, Grant Grundler wrote: > ISTR some chipsets return 0 or the most recent data on the bus > when INB/INW master-abort. Maybe this an ISA bus behavior? It's not a master-abort; it won't get as far as the device. Documentation/pci-error-recovery.txt says reads return 0xffffffff. > Or is config space access the only space which behaves this way > for master abort on PCI? > I'm looking at drivers/pci/probe.c:pci_scan_device(). As the comment says, the boards which do this are broken. It's highly unlikely those boards will support error isolation and recovery ;-) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/