xref: /openbsd-src/share/man/man4/amdiic.4 (revision e5cc2e7e920dbd55478717f702d4358e7c5f977d)
1.\"	$OpenBSD: amdiic.4,v 1.4 2013/07/16 16:05:48 schwarze Exp $
2.\"
3.\" Copyright (c) 2005 Alexander Yurchenko <grange@openbsd.org>
4.\"
5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above
7.\" copyright notice and this permission notice appear in all copies.
8.\"
9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\"
17.Dd $Mdocdate: July 16 2013 $
18.Dt AMDIIC 4
19.Os
20.Sh NAME
21.Nm amdiic
22.Nd AMD-8111 SMBus controller
23.Sh SYNOPSIS
24.Cd "amdiic* at pci?"
25.Cd "iic* at amdiic?"
26.Sh DESCRIPTION
27The
28.Nm
29driver provides support for the AMD-8111 SMBus host interface to be
30used with the
31.Xr iic 4
32framework.
33.Sh SEE ALSO
34.Xr iic 4 ,
35.Xr intro 4 ,
36.Xr pci 4
37.Sh HISTORY
38The
39.Nm
40driver first appeared in
41.Ox 3.9 .
42.Sh AUTHORS
43.An -nosplit
44The
45.Nm
46driver was written by
47.An Alexander Yurchenko Aq Mt grange@openbsd.org .
48.Sh BUGS
49The driver doesn't support I2C commands with a data buffer size of more
50than 2 bytes.
51