.\" 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 "SN_PCI_FREE_CONSISTENT" "" "06 October 2005" "" "" .SH NAME sn_pci_free_consistent \- free memory associated with coherent DMAable region .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void sn_pci_free_consistent (struct pci_dev * \fIhwdev\fB, size_t \fIsize\fB, void * \fIvaddr\fB, dma_addr_t \fIdma_handle\fB); \fR .SH "ARGUMENTS" .TP \fB\fIhwdev\fB\fR device to free for .TP \fB\fIsize\fB\fR size to free .TP \fB\fIvaddr\fB\fR kernel virtual address to free .TP \fB\fIdma_handle\fB\fR DMA address associated with this region .SH "DESCRIPTION" .PP Frees the memory allocated by \fBpci_alloc_consistent\fR\&. Also known as \fBplatform_pci_free_consistent\fR by the IA64 machvec code.