.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "E100_WAIT_SCB" "" "06 October 2005" "" "" .SH NAME e100_wait_scb \- wait for SCB to clear .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp unsigned char e100_wait_scb (struct e100_private * \fIbdp\fB); \fR .SH "ARGUMENTS" .TP \fB\fIbdp\fB\fR atapter's private data struct .SH "DESCRIPTION" .PP This routine checks to see if the e100 has accepted a command. It does so by checking the command field in the SCB, which will be zeroed by the e100 upon accepting a command. The loop waits for up to 1 millisecond for command acceptance. .SH "RETURNS" .PP true if the SCB cleared within 1 millisecond. false if it didn't clear within 1 millisecond