.\" 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 "PCI_ADDR_CACHE_INSERT_DEVICE" "9" "09 October 2005" "" ""
.SH NAME
pci_addr_cache_insert_device \- Add a device to the address cache
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void pci_addr_cache_insert_device (struct pci_dev * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
PCI device whose I/O addresses we are interested in.
.SH "DESCRIPTION"
.PP
In order to support the fast lookup of devices based on addresses,
we maintain a cache of devices that can be quickly searched.
This routine adds a device to that cache.