Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751043AbXARUqe (ORCPT ); Thu, 18 Jan 2007 15:46:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751045AbXARUqe (ORCPT ); Thu, 18 Jan 2007 15:46:34 -0500 Received: from an-out-0708.google.com ([209.85.132.241]:38074 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750996AbXARUqc (ORCPT ); Thu, 18 Jan 2007 15:46:32 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UgBTT16IcAGZ5TlsDdNODeOPNnC4zQIYZgT7jFJbrKMkrB/nLOH+MfUvhG9kj06/MAsvIu2JrWCuIUqrNRm1WfLwqB0SL9DSyXzbOZ3RWkyN9DP0sM/5/0BBo3F8SgsWqHzSExSuX37bcoyL7166qC9AfhvsN5RGODIEW+OROxA= Message-ID: Date: Thu, 18 Jan 2007 12:46:31 -0800 From: "Allexio Ju" To: linux-pci@atrey.karlin.mff.cuni.cz, linas@austin.ibm.com, yanmin.zhang@intel.com Subject: Re: Questions on PCI express AER support in HBA driver Cc: linux-kernel@vger.kernel.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 628 Lines: 17 > What are the expected changes on SCSI LLD driver in regards to PCIE > AER supporting? I understood that the driver need to call following > APIs during probing to enable AER support for the device, > --- > if (pci_find_aer_capability(dev)) { > pci_enable_pcie_error_reporting(dev); > } > --- > What else does SCSI LLD driver need to changed? Can anyone provide comment? Allexio - 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/