.\" 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 "CLEANUP_MODULE" "9" "09 October 2005" "" "" .SH NAME cleanup_module \- free resources for an unload .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void cleanup_module ( \fIvoid\fB); \fR .SH "ARGUMENTS" .TP \fB\fIvoid\fB\fR no arguments .SH "DESCRIPTION" .PP .PP Unloading time. We release the MCA bus resources and the interrupt at which point everything is ready to unload. The card must be stopped at this point or we would not have been called. When we unload we leave the card stopped but not totally shut down. When the card is initialized it must be rebooted or the rings reloaded before any transmit operations are allowed to start scribbling into memory.