Punctuation fixes.
This commit is contained in:
parent
1bd02088cf
commit
8a24620130
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: ioasic.9,v 1.2 2001/09/04 02:51:16 wiz Exp $
|
.\" $NetBSD: ioasic.9,v 1.3 2001/09/04 03:00:47 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -178,7 +178,7 @@ During attach, all drivers should use the parent's bus_space and
|
|||||||
bus_dma resources, and map the appropriate bus_space region using
|
bus_dma resources, and map the appropriate bus_space region using
|
||||||
.Fn bus_space_subregion
|
.Fn bus_space_subregion
|
||||||
with
|
with
|
||||||
.Fa iada_offset.
|
.Fa iada_offset .
|
||||||
.Sh DMA SUPPORT
|
.Sh DMA SUPPORT
|
||||||
No additional support is provided for
|
No additional support is provided for
|
||||||
.Nm
|
.Nm
|
||||||
@ -208,7 +208,7 @@ This section describes places within the
|
|||||||
source tree where actual code implementing or utilising the
|
source tree where actual code implementing or utilising the
|
||||||
machine-independent IOASIC subsystem can be found. All pathnames are
|
machine-independent IOASIC subsystem can be found. All pathnames are
|
||||||
relative to
|
relative to
|
||||||
.Pa /usr/src.
|
.Pa /usr/src .
|
||||||
.Pp
|
.Pp
|
||||||
The IOASIC subsystem itself is implemented within the file
|
The IOASIC subsystem itself is implemented within the file
|
||||||
.Pa sys/dev/tc/ioasic_subr.c .
|
.Pa sys/dev/tc/ioasic_subr.c .
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: isa.9,v 1.3 2001/09/04 02:51:16 wiz Exp $
|
.\" $NetBSD: isa.9,v 1.4 2001/09/04 03:00:46 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -215,7 +215,7 @@ Valid values for the
|
|||||||
argument are the same as for
|
argument are the same as for
|
||||||
.Fn bus_dmamap_create
|
.Fn bus_dmamap_create
|
||||||
(see
|
(see
|
||||||
.Xr bus_dma 9 ).
|
.Xr bus_dma 9 ) .
|
||||||
This function returns zero on success or an error value on failure.
|
This function returns zero on success or an error value on failure.
|
||||||
.It Fn isa_dmamap_destroy "ic" "chan"
|
.It Fn isa_dmamap_destroy "ic" "chan"
|
||||||
Destroy the DMA map for DMA channel
|
Destroy the DMA map for DMA channel
|
||||||
@ -230,7 +230,7 @@ Valid values for the
|
|||||||
argument are the same as for
|
argument are the same as for
|
||||||
.Fn bus_dmamem_alloc
|
.Fn bus_dmamem_alloc
|
||||||
(see
|
(see
|
||||||
.Xr bus_dma 9 ).
|
.Xr bus_dma 9 ) .
|
||||||
The bus-address of the memory is returned in
|
The bus-address of the memory is returned in
|
||||||
.Fa addrp .
|
.Fa addrp .
|
||||||
This function returns zero on success or an error value on failure.
|
This function returns zero on success or an error value on failure.
|
||||||
@ -258,7 +258,7 @@ Valid values for the
|
|||||||
argument are the same as for
|
argument are the same as for
|
||||||
.Fn bus_dmamem_map
|
.Fn bus_dmamem_map
|
||||||
(see
|
(see
|
||||||
.Xr bus_dma 9 ).
|
.Xr bus_dma 9 ) .
|
||||||
The kernel virtual address is returned in
|
The kernel virtual address is returned in
|
||||||
.Fa kvap .
|
.Fa kvap .
|
||||||
This function returns zero on success or an error value on failure.
|
This function returns zero on success or an error value on failure.
|
||||||
@ -332,7 +332,7 @@ The argument
|
|||||||
is the bus-space flags. Valid values are the same as for
|
is the bus-space flags. Valid values are the same as for
|
||||||
.Fn bus_dmamap_load
|
.Fn bus_dmamap_load
|
||||||
(see
|
(see
|
||||||
.Xr bus_dma 9 ).
|
.Xr bus_dma 9 ) .
|
||||||
.It Fn isa_dmaabort "ic" "chan"
|
.It Fn isa_dmaabort "ic" "chan"
|
||||||
Abort a DMA transfer on channel
|
Abort a DMA transfer on channel
|
||||||
.Fa chan .
|
.Fa chan .
|
||||||
@ -394,7 +394,7 @@ respectively.
|
|||||||
.Pp
|
.Pp
|
||||||
During the driver attach step, the I/O and memory address spaces
|
During the driver attach step, the I/O and memory address spaces
|
||||||
should be mapped (see
|
should be mapped (see
|
||||||
.Xr bus_space 9 ).
|
.Xr bus_space 9 ) .
|
||||||
.Sh DMA SUPPORT
|
.Sh DMA SUPPORT
|
||||||
Extensive DMA facilities are provided for the ISA bus. A driver can
|
Extensive DMA facilities are provided for the ISA bus. A driver can
|
||||||
use up to two DMA channels simultaneously. The DMA channels allocated
|
use up to two DMA channels simultaneously. The DMA channels allocated
|
||||||
@ -458,7 +458,7 @@ This section describes places within the
|
|||||||
source tree where actual code implementing or utilising the
|
source tree where actual code implementing or utilising the
|
||||||
machine-independent ISA subsystem can be found. All pathnames are
|
machine-independent ISA subsystem can be found. All pathnames are
|
||||||
relative to
|
relative to
|
||||||
.Pa /usr/src.
|
.Pa /usr/src .
|
||||||
.Pp
|
.Pp
|
||||||
The ISA subsystem itself is implemented within the files
|
The ISA subsystem itself is implemented within the files
|
||||||
.Pa sys/dev/isa/isa.c
|
.Pa sys/dev/isa/isa.c
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: pci.9,v 1.2 2001/09/04 02:51:16 wiz Exp $
|
.\" $NetBSD: pci.9,v 1.3 2001/09/04 03:00:47 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -209,7 +209,7 @@ capability
|
|||||||
If
|
If
|
||||||
.Fa offsetp
|
.Fa offsetp
|
||||||
is not NULL, the register offset in configuration space is returned in
|
is not NULL, the register offset in configuration space is returned in
|
||||||
.Fa offsetp.
|
.Fa offsetp .
|
||||||
If
|
If
|
||||||
.Fa valuep
|
.Fa valuep
|
||||||
is not NULL, the value of the capability is returned in
|
is not NULL, the value of the capability is returned in
|
||||||
@ -275,7 +275,7 @@ The argument
|
|||||||
are bus-space flags passed to
|
are bus-space flags passed to
|
||||||
.Fn bus_space_map
|
.Fn bus_space_map
|
||||||
to perform the mapping (see
|
to perform the mapping (see
|
||||||
.Xr bus_space 9 ).
|
.Xr bus_space 9 ) .
|
||||||
The bus-space tag and handle for the mapped register window are
|
The bus-space tag and handle for the mapped register window are
|
||||||
returned in
|
returned in
|
||||||
.Fa tagp
|
.Fa tagp
|
||||||
@ -406,7 +406,7 @@ virtual address space using
|
|||||||
.Fn pci_mapreg_map .
|
.Fn pci_mapreg_map .
|
||||||
Device registers can now be accessed using the standard bus-space API
|
Device registers can now be accessed using the standard bus-space API
|
||||||
(see
|
(see
|
||||||
.Xr bus_space 9 ).
|
.Xr bus_space 9 ) .
|
||||||
.Pp
|
.Pp
|
||||||
Details of using PCI interrupts is described in
|
Details of using PCI interrupts is described in
|
||||||
.Xr pci_intr 9 .
|
.Xr pci_intr 9 .
|
||||||
@ -420,14 +420,14 @@ for the device.
|
|||||||
.Pp
|
.Pp
|
||||||
During system shutdown, it is necessary to abort any DMA transfers in
|
During system shutdown, it is necessary to abort any DMA transfers in
|
||||||
progress by registering a shutdown hook (see
|
progress by registering a shutdown hook (see
|
||||||
.Xr shutdownhook_establish 9 ).
|
.Xr shutdownhook_establish 9 ) .
|
||||||
.Sh CODE REFERENCES
|
.Sh CODE REFERENCES
|
||||||
This section describes places within the
|
This section describes places within the
|
||||||
.Nx
|
.Nx
|
||||||
source tree where actual code implementing or utilising the
|
source tree where actual code implementing or utilising the
|
||||||
machine-independent PCI subsystem can be found. All pathnames are
|
machine-independent PCI subsystem can be found. All pathnames are
|
||||||
relative to
|
relative to
|
||||||
.Pa /usr/src.
|
.Pa /usr/src .
|
||||||
.Pp
|
.Pp
|
||||||
The PCI subsystem itself is implemented within the files
|
The PCI subsystem itself is implemented within the files
|
||||||
.Pa sys/dev/pci/pci.c ,
|
.Pa sys/dev/pci/pci.c ,
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: pcmcia.9,v 1.2 2001/09/04 02:51:16 wiz Exp $
|
.\" $NetBSD: pcmcia.9,v 1.3 2001/09/04 03:00:47 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -413,7 +413,7 @@ This section describes places within the
|
|||||||
source tree where actual code implementing or utilising the
|
source tree where actual code implementing or utilising the
|
||||||
machine-independent PCMCIA subsystem can be found. All pathnames are
|
machine-independent PCMCIA subsystem can be found. All pathnames are
|
||||||
relative to
|
relative to
|
||||||
.Pa /usr/src.
|
.Pa /usr/src .
|
||||||
.Pp
|
.Pp
|
||||||
The PCMCIA subsystem itself is implemented within the file
|
The PCMCIA subsystem itself is implemented within the file
|
||||||
.Pa sys/dev/pcmcia/pcmcia.c .
|
.Pa sys/dev/pcmcia/pcmcia.c .
|
||||||
@ -437,7 +437,7 @@ file. The database can be regenerated using the Makefile
|
|||||||
.Xr autoconf 9 ,
|
.Xr autoconf 9 ,
|
||||||
.Xr bus_dma 9 ,
|
.Xr bus_dma 9 ,
|
||||||
.Xr bus_space 9 ,
|
.Xr bus_space 9 ,
|
||||||
.Xr driver 9 .
|
.Xr driver 9
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
The machine-independent PCMCIA subsystem appeared in
|
The machine-independent PCMCIA subsystem appeared in
|
||||||
.Nx 1.3 .
|
.Nx 1.3 .
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: time.9,v 1.9 2001/09/04 02:51:17 wiz Exp $
|
.\" $NetBSD: time.9,v 1.10 2001/09/04 03:00:47 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1994 Christopher G. Demetriou
|
.\" Copyright (c) 1994 Christopher G. Demetriou
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -90,7 +90,7 @@ from
|
|||||||
.Va time
|
.Va time
|
||||||
at boot, and is updated by the periodic timer interrupt. (It is
|
at boot, and is updated by the periodic timer interrupt. (It is
|
||||||
not updated by
|
not updated by
|
||||||
.Xr settimeofday 2 .)
|
.Xr settimeofday 2 . )
|
||||||
.Pp
|
.Pp
|
||||||
All of these variables contain times
|
All of these variables contain times
|
||||||
expressed in seconds and microseconds since midnight (0 hour),
|
expressed in seconds and microseconds since midnight (0 hour),
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: vme.9,v 1.2 2001/09/04 02:51:17 wiz Exp $
|
.\" $NetBSD: vme.9,v 1.3 2001/09/04 03:00:47 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -298,7 +298,7 @@ at address
|
|||||||
of size
|
of size
|
||||||
.Fa size
|
.Fa size
|
||||||
and address-space modifiers
|
and address-space modifiers
|
||||||
.Fa ams.
|
.Fa ams .
|
||||||
.Fn vme_space_alloc
|
.Fn vme_space_alloc
|
||||||
returns EINVAL on invalid inputs.
|
returns EINVAL on invalid inputs.
|
||||||
.It Fn vme_space_free "vc" "addr" "size" "ams"
|
.It Fn vme_space_free "vc" "addr" "size" "ams"
|
||||||
@ -309,7 +309,7 @@ at address
|
|||||||
of size
|
of size
|
||||||
.Fa size
|
.Fa size
|
||||||
and address-space modifiers
|
and address-space modifiers
|
||||||
.Fa ams.
|
.Fa ams .
|
||||||
.It Fn vme_space_get "vc" "size" "ams" "align" "addr"
|
.It Fn vme_space_get "vc" "size" "ams" "align" "addr"
|
||||||
Returns EINVAL on invalid inputs.
|
Returns EINVAL on invalid inputs.
|
||||||
.El
|
.El
|
||||||
|
Loading…
Reference in New Issue
Block a user