.\" 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_REQUEST_REGIONS" "" "06 October 2005" "" ""
.SH NAME
ide_hwif_request_regions \- request resources for IDE
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int ide_hwif_request_regions (ide_hwif_t * \fIhwif\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIhwif\fB\fR
interface to use
.SH "DESCRIPTION"
.PP
Requests all the needed resources for an interface.
Right now core IDE code does this work which is deeply wrong.
MMIO leaves it to the controller driver,
PIO will migrate this way over time.