summaryrefslogtreecommitdiff
path: root/share/man/man4/iic.4
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2006-01-05 10:04:39 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2006-01-05 10:04:39 +0000
commitc8b8f1568b3b4ac9a433eccfcacafefd5768fcf1 (patch)
tree4e7bcd69da7b0b2cd94e3c2c1959649a4de815ac /share/man/man4/iic.4
parent467e468203b3830bf6dbf49e6b70cb5608422078 (diff)
Various I2C updates, cleanups, etc.
Diffstat (limited to 'share/man/man4/iic.4')
-rw-r--r--share/man/man4/iic.439
1 files changed, 27 insertions, 12 deletions
diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4
index eb18fd17042..24f68de76a4 100644
--- a/share/man/man4/iic.4
+++ b/share/man/man4/iic.4
@@ -1,6 +1,6 @@
-.\" $OpenBSD: iic.4,v 1.36 2006/01/05 08:54:27 grange Exp $
+.\" $OpenBSD: iic.4,v 1.37 2006/01/05 10:04:38 grange Exp $
.\"
-.\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org>
+.\" Copyright (c) 2004, 2006 Alexander Yurchenko <grange@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -21,7 +21,20 @@
.Nm iic
.Nd Inter IC (I2C) bus
.Sh SYNOPSIS
+.Cd "# macppc"
+.Cd "iic* at ki2c?"
+.Cd "iic* at pi2c?"
+.Cd "iic* at smu?"
+.Pp
+.Cd "# all architectures"
+.Cd "iic* at alipm?"
+.Cd "iic* at amdiic?"
+.Cd "iic* at amdpm?"
.Cd "iic* at gscsio?"
+.Cd "iic* at ichiic?"
+.Cd "iic* at nviic?"
+.Cd "iic* at piixpm?"
+.Cd "iic* at viapm?"
.Sh DESCRIPTION
.Tn I2C
is a two-wire bus developed by Philips used for connecting
@@ -60,28 +73,28 @@ it with the
commands.
.Sh SUPPORTED MASTERS
.Bl -tag -width 10n -offset ind -compact
-.It Xr amdpm 4
-AMD-76x SMBus controller
.It Xr alipm 4
-Acer Labs M7101 Power Management
+Acer Labs M7101 SMBus host controller
.It Xr amdiic 4
-AMD-8111 SMBus controller
+AMD-8111 SMBus host controller
+.It Xr amdpm 4
+AMD-76x SMBus host controller
.It Xr gscsio 4
-National Semiconductor Geode SC1100 Super I/O
+National Semiconductor Geode SC1100 Super I/O ACCESS.bus
.It Xr ichiic 4
-Intel ICH SMBus controllers
+Intel ICH SMBus host controller
.It Xr ki2c 4
Apple Kauai I2C controller
.It Xr nviic 4
-NVIDIA nForce2/3/4 SMBus controller
+NVIDIA nForce2/3/4 SMBus host controller
.It Xr pi2c 4
Apple via-pmu I2C controller
.It Xr piixpm 4
-Intel PIIX and compatible SMBus controllers
+Intel PIIX and compatible SMBus host controller
.It Xr smu 4
-System Management Unit driver
+Apple System Management Unit driver
.It Xr viapm 4
-VIA VT8233/8235/8237 Bus Control and Power Management
+VIA VT8233/8235/8237 SMBus host controller
.El
.Sh SUPPORTED SLAVES
.Bl -tag -width 10n -offset ind -compact
@@ -131,6 +144,8 @@ framework first appeared in
.Ox
support was added in
.Ox 3.6 .
+I2C bus scanning was added in
+.Ox 3.9 .
.Sh AUTHORS
The
.Tn I2C