On Tue, May 08, 2007 at 08:49:55PM -0700, Stephen Hemminger wrote: > Use the kernel interfaces for advanced error reporting. > This should be cleaner and clear up errors on boot.
Hmm. I thought that the AER functions would eventually be handled by the struct pci_error_handlers callbacks, so that dev drivers wouldn't actually have code such as > + pci_read_config_dword(pdev, pos + PCI_ERR_UNCOR_STATUS, > &status); > + pci_read_config_dword(pdev, pos + PCI_ERR_UNCOR_SEVER, &mask); in them. But perhaps I haven't studed what this drivr is trying to do; nor have I really kept track of the aer code. --linas - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html