[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Problem Solving Guide and Reference

COM Error Identifiers for the Error Log

This category of identifiers contains the following error labels:

COM CFG ADPT    COM CFG BUSI    COM CFG BUSID
COM CFG BUST    COM CFG DEVA    COM CFG DEVD
COM CFG DMA     COM CFG IFLG    COM CFG ILVL
COM CFG INTR    COM CFG MNR     COM CFG NADP
COM CFG PIN     COM CFG PORT    COM CFG RESID
COM CFG SLIH    COM CFG UIO     COM CFG UNK
COM CFG UNPIN   COM MEM SLIH    COM PERM PIO
COM PERM SLIH   COM PIN SLIH    COM TEMP PIO
COM CFG PORT    COM CFG RESID   COM CFG SLIH
COM CFG UIO     COM CFG UNK     COM MEM SLIH
COM PERM PIO    COM TEMP PIO

Go back to the categories of Error Identifiers.

COM CFG ADPT

Error Description: CONFIGURATION FAILED: ADAPTER CONFIGURED

This error is logged by the TTY device driver during configuration if the adapter has already been configured.

DETAIL DATA

ERROR CODE System error code (see sys/errno.h).

COM CFG BUSI

Error Description: CONFIGURATION FAILED: BAD BUS ID

This error is logged by the TTY device driver if a bad bus ID is detected during configuration.

Refer to the Detail Data under COM CFG ADPT.

COM CFG BUSID

Error Description: CONFIGURATION FAILED: BUS ID OUT OF RANGE

This error is logged by the TTY device driver if a bad bus ID that is out of range is detected during configuration.

Refer to the Detail Data under COM CFG ADPT.

COM CFG BUST

Error Description: CONFIGURATION FAILED: BAD BUS TYPE

This error is logged by the TTY device driver if a bad bus type is detected during configuration.

Refer to the Detail Data under COM CFG ADPT.

COM CFG DEVA

Error Description: CONFIGURATION FAILED: STR_INSTALL (LOAD ) FAILED

This error is logged by the TTY device driver if call to str_install () fails during configuration.

Refer to the Detail Data under COM CFG ADPT.

COM CFG DEVD

Error Description: CONFIGURATION FAILED: STR_INSTALL (UNLOAD ) FAILED

This error is logged by the TTY device driver if call to str_install () fails during configuration.

Refer to the Detail Data under COM CFG ADPT.

COM CFG DMA

Error Description: CONFIGURATION FAILED: DMA LEVEL CONFLICT

This error is logged by the TTY device driver if a DMA level conflict is detected during configuration.

Refer to the Detail Data under COM CFG ADPT.

COM CFG IFLG

Error Description: CONFIGURATION FAILED: BAD INTERRUPT FLAG

This error is logged by the TTY device driver if a bad interrupt flag is detected during configuration.

Refer to the Detail Data under COM CFG ADPT.

COM CFG ILVL

Error Description: CONFIGURATION FAILED: BAD INTERRUPT LEVEL

This error is logged by the TTY device driver if a bad interrupt level is detected during configuration.

Refer to the Detail Data under COM CFG ADPT.

COM CFG INTR

Error Description: CONFIGURATION FAILED: INTERRUPT PRIORITY

This error is logged by the TTY device driver if bad interrupt priority is detected during configuration.

Refer to the Detail Data under COM CFG ADPT.

COM CFG MNR

Error Description: CONFIGURATION FAILED: BAD MINOR NUMBER

This error is logged by the TTY device driver if a bad minor device number is detected during configuration.

Refer to the Detail Data under COM CFG ADPT.

COM CFG NADP

Error Description: CONFIGURATION FAILED: ADAPTER NOT PRESENT

This error is logged by the TTY device driver during configuration if adapter-not-present is detected.

Refer to the Detail Data under COM CFG ADPT.

COM CFG PORT

Error Description: CONFIGURATION FAILED: PORT CONFIGURED

This error is logged by the TTY device driver during configuration if the port has already been configured.

Refer to the Detail Data under COM CFG ADPT.

COM CFG RESID

Error Description: CONFIGURATION FAILED: RESID NOT CORRECT

This error is logged by the TTY device driver if bad residual count is detected during configuration.

Refer to the Detail Data under COM CFG ADPT.

COM CFG SLIH

Error Description: CONFIGURATION FAILED: I_INIT OF SLIH FAILED

This error is logged by the TTY device driver if call to i_init() fails during configuration.

Refer to the Detail Data under COM CFG ADPT.

COM CFG UIO

Error Description: CONFIGURATION FAILED: RESID NOT CORRECT

This error is logged by the TTY device driver during configuration if uiomove() fails with incorrect residual.

Refer to the Detail Data under COM CFG ADPT.

COM CFG UNK

Error Description: CONFIGURATION FAILED: BAD ADAPTER TYPE

This error is logged by the TTY device driver if bad adapter type is detected during configuration.

Refer to the Detail Data under COM CFG ADPT.

COM MEM SLIH

Error Description: CAN NOT ALLOCATE MEMORY: SLIH STRUCTURE

This error is logged by the TTY device driver if malloc() for SLIH structure fails.

Refer to the Detail Data under COM CFG ADPT.

COM PERM PIO

Error Description: PIO EXCEPTION

This error is logged by the TTY device driver if a programming input or output exception has occurred, indicating possible adapter failure.

DETAIL DATA

PIO csr register PIO channel status register.
PIO dsisr register PIO data storage interrupt status register.
PIO srval register PIO segment register contents.
PIO dar register PIO data address register.
Adapter Check Status
                          Adapter check status.

COM TEMP PIO

Error Description: PIO EXCEPTION

This error is logged by the TTY device driver if a temporary PIO error is detected.

DETAIL DATA

PIO csr register
                          PIO channel status register.
PIO dsisr register PIO data storage interrupt status register.
PIO srval register PIO segment register contents.
PIO dar register PIO data address register.
Adapter Check Status
                          Adapter check status.
Additional information
                          Additional failure data which should be made available to the service organization if this problem requires a service call.

[ Previous | Next | Contents | Glossary | Home | Search ]