From 65b10fa5bed8c519892470c538b6b043962f6421 Mon Sep 17 00:00:00 2001 From: raj Date: Mon, 26 Jan 2009 13:53:39 +0000 Subject: Teach iic(4) the 'repeated start' I2C condition. This will be used by the upcoming i2c(8) diag utility. Reviewed by: bms, stas Obtained from: Semihalf --- share/man/man4/iic.4 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index 0112ff8..7d6141c 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -45,13 +45,19 @@ In order to control I2C devices, use .Pa /dev/iic? with the following ioctls: -.Bl -tag -width ".Dv I2CRSTCARD" +.Bl -tag -width ".Dv I2CRPTSTART" .It Dv I2CSTART .Pq Vt "struct iiccmd" Sends the start condition to the slave specified by the .Va slave element to the bus. All other elements are ignored. +.It Dv I2CRPTSTART +.Pq Vt "struct iiccmd" +Sends the repeated start condition to the slave specified by the +.Va slave +element to the bus. +All other elements are ignored. .It Dv I2CSTOP No argument is passed. Sends the stop condition to the bus. -- cgit v1.1