.\" 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 "SD_REMOVE" "" "06 October 2005" "" "" .SH NAME sd_remove \- called whenever a scsi disk (previously recognized by .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int sd_remove (struct device * \fIdev\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP sd_probe) is detached from the system. It is called (potentially multiple times) during sd module unload. .SH "NOTE" .PP this function is invoked from the scsi mid-level. This function potentially frees up a device name (e.g. /dev/sdc) that could be re-used by a subsequent \fBsd_probe\fR\&. This function is not called when the built-in sd driver is ``exit-ed''\&.