.\" 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_ALLOC_SPACE" "" "06 October 2005" "" "" .SH NAME e100_alloc_space \- allocate private driver data .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp unsigned char __devinit e100_alloc_space (struct e100_private * \fIbdp\fB); \fR .SH "ARGUMENTS" .TP \fB\fIbdp\fB\fR atapter's private data struct .SH "DESCRIPTION" .PP This routine allocates memory for the driver. Memory allocated is for the selftest and statistics structures. .SH "0" .PP if the operation was successful -ENOMEM: if memory allocation failed