.\" 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 "IDE_HWIF_RELEASE_REGIONS" "" "06 October 2005" "" ""
.SH NAME
ide_hwif_release_regions \- free IDE resources
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void ide_hwif_release_regions (ide_hwif_t * \fIhwif\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIhwif\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
.PP
Note that we only release the standard ports,
and do not even try to handle any extra ports
allocated for weird IDE interface chipsets.
.PP
Note also that we don't yet handle mmio resources here. More
importantly our caller should be doing this so we need to
restructure this as a helper function for drivers.