Fix pcmcia_io_map arguments. From Iain Hibbert in PR 31973.

Bump date.
This commit is contained in:
wiz 2005-11-02 06:42:36 +00:00
parent ba91bb71cf
commit 8312fd6420
1 changed files with 4 additions and 10 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pcmcia.9,v 1.13 2003/06/30 12:33:41 wiz Exp $
.\" $NetBSD: pcmcia.9,v 1.14 2005/11/02 06:42:36 wiz Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -34,7 +34,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd June 4, 2001
.Dd November 2, 2005
.Dt PCMCIA 9
.Os
.Sh NAME
@ -79,8 +79,7 @@
"struct pcmcia_io_handle *pcihp"
.Ft int
.Fn pcmcia_io_map "struct pcmcia_function *pf" "int width" \
"bus_size_t offset" "bus_size_t size" "struct pcmcia_io_handle *pcihp" \
"int *windowp"
"struct pcmcia_io_handle *pcihp" "int *windowp"
.Ft void
.Fn pcmcia_io_unmap "struct pcmcia_function *pf" "int window"
.Ft int
@ -239,16 +238,11 @@ Release I/O space with handle
.Fa pcihp
for device function
.Fa pf .
.It Fn pcmcia_io_map "pf" "width" "offset" "size" "pcihp" "windowp"
.It Fn pcmcia_io_map "pf" "width" "pcihp" "windowp"
Map device I/O for device function
.Fa pf
to the I/O space with handle
.Fa pcihp .
An I/O window of size
.Fa size
is mapped at offset
.Fa offset
in the chipset I/O window.
The width of data access is specified by
.Fa width .
Valid values for the width are: