mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
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.
This commit is contained in:
parent
5b5b27b3f3
commit
3d33d453a0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188236
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user