One formatting and two punctuation fixes.
This commit is contained in:
parent
220403858e
commit
c5d58619a3
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: cardbus.9,v 1.3 2001/09/04 02:51:15 wiz Exp $
|
.\" $NetBSD: cardbus.9,v 1.4 2001/09/04 03:03:46 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -315,14 +315,15 @@ through this interface.
|
||||||
.Sh DMA SUPPORT
|
.Sh DMA SUPPORT
|
||||||
No additional support is provided for Cardbus DMA beyond the
|
No additional support is provided for Cardbus DMA beyond the
|
||||||
facilities provided by the
|
facilities provided by the
|
||||||
.Xr bus_dma 9 interface.
|
.Xr bus_dma 9
|
||||||
|
interface.
|
||||||
.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 Cardbus subsystem can be found. All pathnames are
|
machine-independent Cardbus subsystem can be found. All pathnames are
|
||||||
relative to
|
relative to
|
||||||
.Pa /usr/src.
|
.Pa /usr/src .
|
||||||
.Pp
|
.Pp
|
||||||
The Cardbus subsystem itself is implemented within the files
|
The Cardbus subsystem itself is implemented within the files
|
||||||
.Pa sys/dev/cardbus/cardbus.c ,
|
.Pa sys/dev/cardbus/cardbus.c ,
|
||||||
|
@ -344,7 +345,7 @@ file. The database can be regenerated using the Makefile
|
||||||
.Xr bus_space 9 ,
|
.Xr bus_space 9 ,
|
||||||
.Xr driver 9 ,
|
.Xr driver 9 ,
|
||||||
.Xr pci 9 ,
|
.Xr pci 9 ,
|
||||||
.Xr pcmcia 9 .
|
.Xr pcmcia 9
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
The machine-independent
|
The machine-independent
|
||||||
.Nm
|
.Nm
|
||||||
|
|
Loading…
Reference in New Issue