VxWorks Reference Manual : Libraries

ataShow

NAME

ataShow - ATA/IDE (LOCAL and PCMCIA) disk device driver show routine

ROUTINES

ataShowInit( ) - initialize the ATA/IDE disk driver show routine
ataShow( ) - show the ATA/IDE disk parameters

DESCRIPTION

This library contains a driver show routine for the ATA/IDE (PCMCIA and LOCAL) devices supported on the IBM PC.

SEE ALSO

ataShow


Libraries : Routines

ataShowInit( )

NAME

ataShowInit( ) - initialize the ATA/IDE disk driver show routine

SYNOPSIS


void ataShowInit (void)

DESCRIPTION

This routine links the ATA/IDE disk driver show routine into the VxWorks system. It is called automatically when this show facility is configured into VxWorks using either of the following methods:

RETURNS

 N/A

SEE ALSO

ataShow


Libraries : Routines

ataShow( )

NAME

ataShow( ) - show the ATA/IDE disk parameters

SYNOPSIS

STATUS ataShow
    (
    int ctrl,
    int drive
    )

DESCRIPTION

This routine shows the ATA/IDE disk parameters. Its first argument is a controller number, 0 or 1; the second argument is a drive number, 0 or 1.

RETURNS

OK, or ERROR if the parameters are invalid.

SEE ALSO

ataShow