E100_SELFTEST

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

e100_selftest - perform H/W self test  

SYNOPSIS

"SYNOPSIS"

unsigned char e100_selftest (struct e100_private * bdp, u32 * st_timeout, u32 * st_result);  

ARGUMENTS

bdp
atapter's private data struct
st_timeout
address to return timeout value, if fails
st_result
address to return selftest result, if fails
 

DESCRIPTION

This routine will issue PORT Self-test command to test the e100. The self-test will fail if the adapter's master-enable bit is not set in the PCI Command Register, or if the adapter is not seated in a PCI master-enabled slot. we also disable interrupts when the command is completed.  

TRUE

if adapter passes self_test  

FALSE

otherwise


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
TRUE
FALSE

This document was created by man2html, using the manual pages.
Time: 06:20:46 GMT, October 06, 2005