mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Questions on PCI express AER support in HBA driver
@ 2007-01-18 19:46 Allexio Ju
  2007-01-18 20:46 ` Allexio Ju
  2007-01-18 23:56 ` Linas Vepstas
  0 siblings, 2 replies; 4+ messages in thread
From: Allexio Ju @ 2007-01-18 19:46 UTC (permalink / raw)
  To: linux-pci, linas; +Cc: linux-kernel

Hi,

I've got some questions on supporting PCI Express AER in Linux HBA drivers.
BTW, I'm developing SCSI HBA driver.

What are the expected changes on SCSI LLD driver in regards to PCIE
AER supporting? I understood that the driver need to call following
API during probing,
---
if (pci_find_aer_capability(dev)) {
    pci_enable_pcie_error_reporting(dev);
}
---
What else does SCSI LLD driver need to changed?

Thanks in advance.

Allexio

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-01-19  2:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-18 19:46 Questions on PCI express AER support in HBA driver Allexio Ju
2007-01-18 20:46 ` Allexio Ju
2007-01-19  2:30   ` Zhang, Yanmin
2007-01-18 23:56 ` Linas Vepstas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome