xref: /netbsd-src/share/man/man4/ichsmb.4 (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
1.\"	$NetBSD: ichsmb.4,v 1.5 2014/03/18 18:20:39 riastradh Exp $
2.\"	$OpenBSD: ichiic.4,v 1.10 2007/05/31 19:19:50 jmc Exp $
3.\"
4.\" Copyright (c) 2005 Alexander Yurchenko <grange@openbsd.org>
5.\"
6.\" Permission to use, copy, modify, and distribute this software for any
7.\" purpose with or without fee is hereby granted, provided that the above
8.\" copyright notice and this permission notice appear in all copies.
9.\"
10.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17.\"
18.Dd July 19, 2013
19.Dt ICHSMB 4
20.Os
21.Sh NAME
22.Nm ichsmb
23.Nd Intel Chipset internal SMBus controller
24.Sh SYNOPSIS
25.Cd "ichsmb* at pci?"
26.Cd "iic* at ichsmb?"
27.Sh DESCRIPTION
28The
29.Nm
30driver provides support for the Intel chipset internal SMBus host interface to
31be used with the
32.Xr iic 4
33framework.
34.Pp
35Supported chipsets:
36.Pp
37.Bl -bullet -compact -offset indent
38.It
39ICH series.
40.It
41PCH series.
42.It
4363xxESB series.
44.It
45C6xx series.
46.El
47.Sh SEE ALSO
48.Xr iic 4 ,
49.Xr intro 4 ,
50.Xr pci 4
51.Sh HISTORY
52The
53.Nm
54driver first appeared in
55.Ox 4.0 .
56This driver imports from
57.Ox 3.9 .
58.Sh AUTHORS
59.An -nosplit
60The
61.Nm
62driver was written by
63.An Alexander Yurchenko Aq Mt grange@openbsd.org .
64.Sh BUGS
65The driver doesn't support I2C commands with a data buffer size of more
66than 2 bytes.
67