pcibios_report_status
extern void pcibios_report_status(unsigned int status_mask, int warn);
pcibios_report_status(PCI_STATUS_REC_MASTER_ABORT |
pcibios_report_status(PCI_STATUS_SIG_SYSTEM_ERROR, 1);
pcibios_report_status(PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY, 1);
pcibios_report_status(PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY, 1);
pcibios_report_status(PCI_STATUS_REC_TARGET_ABORT |
pcibios_report_status(PCI_STATUS_PARITY |
pcibios_report_status(PCI_STATUS_SIG_SYSTEM_ERROR, 1);
extern void pcibios_report_status(unsigned int status_mask, int warn);