Re: Questions on PCI express AER support in HBA driver

2007-01-18 Thread Zhang, Yanmin
On Thu, 2007-01-18 at 12:46 -0800, Allexio Ju wrote: > > 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(

Re: Questions on PCI express AER support in HBA driver

2007-01-18 Thread Linas Vepstas
On Thu, Jan 18, 2007 at 11:46:21AM -0800, Allexio Ju wrote: > Hi, > > I've got some questions on supporting PCI Express AER in Linux HBA drivers. > BTW, I'm developing SCSI HBA driver. [...] > What else does SCSI LLD driver need to changed? There are several scsi controllers that handle pci erro

Re: Questions on PCI express AER support in HBA driver

2007-01-18 Thread Allexio Ju
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 SC