Commit Graph

16 Commits

Author SHA1 Message Date
scw 7a09b2eab5 Document the bus_space_peek_N() and bus_space_poke_N() families
of functions, as proposed on tech-kern.

These provide a way to safely access bus space without crashing
the system if nothing responds on the bus.  c.f. `badaddr()'.
2000-11-23 22:56:53 +00:00
tv e371c5808a Terminate an unterminated .Bl. 2000-08-09 03:11:00 +00:00
briggs b9198e3e17 As noted by jhawk--'count' is a function argument when I note that that
functions which take a count of bytes have undefined results if the specified
(count) is zero.
2000-08-03 15:30:52 +00:00
briggs c90e5bd9f6 Add some basic bus_space_*stream_N documentation. 2000-08-01 23:08:56 +00:00
soren 08f5b3301d The datap argument to bus_space_write_{multi,region}_* should be const. 2000-05-27 01:55:42 +00:00
drochner 295689ce1a -document the BUS_SPACE_MAP_PREFETCHABLE flag introduced a while ago
-add a missing link: bus_space_vaddr() to get a pointer from a handle;
 needed to make the BUS_SPACE_MAP_LINEAR flag useful
2000-04-17 09:52:21 +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 e3f1cf7cc1 s/count/flags/ in bus_space_barrier() section. 1998-07-07 06:40:34 +00:00
perry 34a98169f0 macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
hubertf 5653bc5ab0 s.SYNOPSIS.DESCRIPTION., fixes PR kern/4898
by NAKAJIMA Yoshihiro <nakayosh@kcn.or.jp>
1998-01-27 16:04:53 +00:00
mikel 4b71dfb1a0 fix pasto, from Rafal Boni in PR misc/4673 1997-12-18 05:43:16 +00:00
mrg c12c7ee684 add missing .Nm sections 1997-11-11 10:06:37 +00:00
cgd a06b0fec3a clean up the copy_region text slightly 1997-08-14 00:57:40 +00:00
christos 84368d11ca Rename busdma -> bus_dma 1997-08-13 15:24:58 +00:00
cgd 3cdaeafbdc bus_space_*() function manual page. Written by me (as plain text),
converted to use the doc macros by Christos, then severely cleaned,
hacked, and improved by me.
1997-08-13 08:34:34 +00:00