.\" 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 "IA64_PCI_GET_LEGACY_MEM" "9" "09 October 2005" "" ""
.SH NAME
ia64_pci_get_legacy_mem \- generic legacy mem routine
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
char * ia64_pci_get_legacy_mem (struct pci_bus * \fIbus\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbus\fB\fR
bus to get legacy memory base address for
.SH "DESCRIPTION"
.PP
Find the base of legacy memory for \fIbus\fR\&. This is typically the first
megabyte of bus address space for \fIbus\fR or is simply 0 on platforms whose
chipsets support legacy I/O and memory routing. Returns the base address
or an error pointer if an error occurred.
.PP
This is the ia64 generic version of this routine. Other platforms
are free to override it with a machine vector.