summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-02-06 15:09:31 +0000
committerjhb <jhb@FreeBSD.org>2009-02-06 15:09:31 +0000
commitb11fd9c5abe065642f79b90ab93f6ea98213b51d (patch)
treef51320c238615d9a7b96c4f78d891c80c1a6eabc /share
parent1029fa8a5255576ec3c1eabcf509cea0f50b89b8 (diff)
downloadFreeBSD-src-b11fd9c5abe065642f79b90ab93f6ea98213b51d.zip
FreeBSD-src-b11fd9c5abe065642f79b90ab93f6ea98213b51d.tar.gz
Note that the slave address passed to smb(4) commands must be left-justified
(LSB is 0). The iic(4) manpage probably needs similar language to describe the format it expects.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/smb.45
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/smb.4 b/share/man/man4/smb.4
index 3aa93ad..620b102 100644
--- a/share/man/man4/smb.4
+++ b/share/man/man4/smb.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 25, 1998
+.Dd February 6, 2009
.Dt SMB 4
.Os
.Sh NAME
@@ -72,6 +72,9 @@ The
.Fa slave
field is always used, and provides the address of the
SMBus slave device to talk to.
+The slave address is specified in the seven most significant bits
+.Pq i.e. Dq "left-justified" .
+The least significant bit of the slave address must be zero.
.Pp
.Bl -column ".Dv SMB_QUICK_WRITE" -compact
.It Em Ioctl Ta Em Description
OpenPOWER on IntegriCloud