Diagnostics Status Constants


The diagnostics status values are returned from the MgslOpenDiagnostics API call if the return value is ERROR_SUCCESS. The diagnostics status indicates if the port had an error while initializing.

DiagStatus_OK Adapter is functional
DiagStatus_AddressFailure The adapter registers do no respond
DiagStatus_AddressConflict The adapter base address conflicts with another device
DiagStatus_IrqFailure The adapter interrupt request does not respond
DiagStatus_IrqConflict The adapter interrupt level conflict with another device
DiagStatus_DmaFailure The adapter DMA channel does not respond
DiagStatus_DmaConflict The adapter DMA channel conflict with another device
DiagStatus_MemAllocFailure A memory allocation failed.


Previous Contents Next