wiz
|
60dacdf710
|
Fix some typos reported by Hiten Pandya in PR 20366.
|
2003-02-16 16:06:19 +00:00 |
thorpej
|
4c275f2081
|
Improve the wording regarding the relationship between bus_dmamap_sync()
and memory barriers.
|
2003-02-11 07:02:26 +00:00 |
kent
|
cd7d9faeaf
|
Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it.
|
2003-01-28 01:07:51 +00:00 |
wiz
|
770eef2122
|
New sentence, new line.
|
2002-10-14 13:43:14 +00:00 |
wiz
|
58b3150f66
|
Fix punctuation in last.
|
2002-06-12 15:27:55 +00:00 |
fvdl
|
6185aa1a60
|
Make it absolutely clear that bus_dmamap_sync is explicitly needed
for correct operation on all platforms.
|
2002-06-12 15:23:34 +00:00 |
ross
|
4fa402f116
|
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
|
2002-02-13 08:17:26 +00:00 |
wiz
|
a8cecf0840
|
Drop some .Pp, sort sections.
|
2001-12-26 01:02:01 +00:00 |
wiz
|
1f8c01ef58
|
Use standard section headers.
|
2001-09-10 23:32:29 +00:00 |
uwe
|
8716f207bf
|
bus_dmamem_mmap returns "paddr_t", not "int".
|
2001-09-03 00:37:54 +00:00 |
uwe
|
88ea10eed9
|
bus_dmamem_mmap: argument "off" is of type "off_t", not "int".
|
2001-09-03 00:29:35 +00:00 |
thorpej
|
18bf360868
|
Document BUS_DMA_READ and BUS_DMA_WRITE.
|
2001-07-19 15:32:06 +00:00 |
wiz
|
6539335131
|
Fix typos, punctuation and whitespace.
|
2001-06-21 11:59:00 +00:00 |
thorpej
|
bef1dcbc81
|
Document the forthcoming BUS_DMA_STREAMING flag, per the
discussion about it on tech-kern.
|
2001-03-07 22:23:45 +00:00 |
cgd
|
d220ca5ba3
|
fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.
|
2000-06-14 06:48:47 +00:00 |
fvdl
|
015216d717
|
Clarify that you shouldn't use the bus_dma_segment_t return value from
bus_dmamem_alloc to program DMA registers, but that the dm_segs array
of a successfully loaded DMA mapping should be used.
|
2000-05-01 23:12:20 +00:00 |
soren
|
da0560cb7d
|
Typo.
|
2000-04-19 07:57:50 +00:00 |
garbled
|
e4c16bfb11
|
More .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages. Many more to
come.
|
1999-03-16 00:40:46 +00:00 |
mycroft
|
6bb985323b
|
Fix formatting errors (bad sentence breaks).
|
1999-03-06 22:09:29 +00:00 |
ross
|
9cc575480d
|
Add missing .El.
|
1999-02-25 23:29:33 +00:00 |
thorpej
|
3f24da3fc9
|
- Document the new bus_dmamap_sync() interface and related changes.
- Add an AUTHOR section, and fill it in with the folks involved with
designing and implementing this interface.
|
1998-02-04 06:42:53 +00:00 |
mrg
|
c12c7ee684
|
add missing .Nm sections
|
1997-11-11 10:06:37 +00:00 |
cgd
|
e523849a5b
|
enable bus_space(9) xref
|
1997-08-13 17:39:19 +00:00 |
christos
|
84368d11ca
|
Rename busdma -> bus_dma
|
1997-08-13 15:24:58 +00:00 |
christos
|
0e10f76c04
|
Correct 8 spelling mistakes.
|
1997-08-12 13:21:52 +00:00 |
mikel
|
e9aee27fc5
|
add bus_dmamem_map() to SYNOPSIS, fix some more typos
|
1997-08-12 07:31:42 +00:00 |
mikel
|
b8e2da2f80
|
use -mdoc macros to good effect, and other minor editing
|
1997-08-12 07:09:31 +00:00 |
christos
|
23b89c3726
|
Training for my new position as Jason's secretary...
|
1997-08-11 23:40:33 +00:00 |