.\" 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_SW_INIT" "" "06 October 2005" "" "" .SH NAME e100_sw_init \- initialize software structs .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp unsigned char __devinit e100_sw_init (struct e100_private * \fIbdp\fB); \fR .SH "ARGUMENTS" .TP \fB\fIbdp\fB\fR atapter's private data struct .SH "DESCRIPTION" .PP This routine initializes all software structures. Sets up the circular structures for the RFD's & TCB's. Allocates the per board structure for storing adapter information. The CSR is also memory mapped in this routine. .SH "TRUE" .PP if S/W was successfully initialized .SH "FALSE" .PP otherwise