summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-12-03 07:09:23 +0000
committerbrucec <brucec@FreeBSD.org>2010-12-03 07:09:23 +0000
commit6e3faf1602bf6c6c348e207557a56e715392a112 (patch)
tree8bfc5e3c3a033dbc114da53335064960c35404ff /share
parentde08b1bcf1ecdb8025e89558c87c0f0e800037cc (diff)
downloadFreeBSD-src-6e3faf1602bf6c6c348e207557a56e715392a112.zip
FreeBSD-src-6e3faf1602bf6c6c348e207557a56e715392a112.tar.gz
Revert r216134. This checkin broke platforms where bus_space are macros:
they need to be a single statement, and do { } while (0) doesn't work in this situation so revert until a solution can be devised.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/bus_space.93
1 files changed, 0 insertions, 3 deletions
diff --git a/share/man/man9/bus_space.9 b/share/man/man9/bus_space.9
index 8c832f2..5a18dfb 100644
--- a/share/man/man9/bus_space.9
+++ b/share/man/man9/bus_space.9
@@ -719,9 +719,6 @@ or which return data read from bus space (i.e., functions which
do not obviously return an error code) do not fail.
They could only fail
if given invalid arguments, and in that case their behaviour is undefined.
-Functions which take a count of bytes must not pass in a count of zero;
-doing so will cause a panic if the kernel was compiled with
-.Cd "options INVARIANTS" .
.Sh TYPES
Several types are defined in
.In machine/bus.h
OpenPOWER on IntegriCloud