count=10;do{/* clear error reporting registers *//* clear PCI status register */pci_write_config_word(0,0,0,PCI_STATUS, PCI_ERR_BITS);/* read new status */pci_read_config_word(0,0,0,PCI_STATUS, &pcistat); }while( ! PCI_STATUS_OK(pcistat) && count-- );if( !PCI_STATUS_...