xref: /freebsd/share/man/man4/ismt.4 (revision 6c89995002b9c6d1a9c7365483c55c106fc752d5)
10572ccaaSJim Harris.\"
20572ccaaSJim Harris.\" Copyright (c) 2014 Intel Corporation
30572ccaaSJim Harris.\" All rights reserved.
40572ccaaSJim Harris.\"
50572ccaaSJim Harris.\" Redistribution and use in source and binary forms, with or without
60572ccaaSJim Harris.\" modification, are permitted provided that the following conditions
70572ccaaSJim Harris.\" are met:
80572ccaaSJim Harris.\" 1. Redistributions of source code must retain the above copyright
90572ccaaSJim Harris.\"    notice, this list of conditions, and the following disclaimer,
100572ccaaSJim Harris.\"    without modification.
110572ccaaSJim Harris.\" 2. Redistributions in binary form must reproduce the above copyright
120572ccaaSJim Harris.\"    notice, this list of conditions and the following disclaimer in the
130572ccaaSJim Harris.\"    documentation and/or other materials provided with the distribution.
140572ccaaSJim Harris.\" 3. Neither the name of Intel Corporation nor the names of its
150572ccaaSJim Harris.\"    contributors may be used to endorse or promote products derived from
160572ccaaSJim Harris.\"    this software without specific prior written permission.
170572ccaaSJim Harris.\"
180572ccaaSJim Harris.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
190572ccaaSJim Harris.\" "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
200572ccaaSJim Harris.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
210572ccaaSJim Harris.\" A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
220572ccaaSJim Harris.\" HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
230572ccaaSJim Harris.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
240572ccaaSJim Harris.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
250572ccaaSJim Harris.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
260572ccaaSJim Harris.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
270572ccaaSJim Harris.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
280572ccaaSJim Harris.\" POSSIBILITY OF SUCH DAMAGES.
290572ccaaSJim Harris.\"
300572ccaaSJim Harris.\" ismt driver man page.
310572ccaaSJim Harris.\"
320572ccaaSJim Harris.\" Author: Jim Harris <jimharris@FreeBSD.org>
330572ccaaSJim Harris.\"
340572ccaaSJim Harris.\" $FreeBSD$
350572ccaaSJim Harris.\"
360572ccaaSJim Harris.Dd May 9, 2014
370572ccaaSJim Harris.Dt ISMT 4
380572ccaaSJim Harris.Os
390572ccaaSJim Harris.Sh NAME
400572ccaaSJim Harris.Nm ismt
410572ccaaSJim Harris.Nd Intel SMBus Message Transport (SMBus 2.0) driver
420572ccaaSJim Harris.Sh SYNOPSIS
430572ccaaSJim Harris.Cd device pci
440572ccaaSJim Harris.Cd device smbus
450572ccaaSJim Harris.Cd device smb
460572ccaaSJim Harris.Cd device ismt
470572ccaaSJim Harris.Sh DESCRIPTION
480572ccaaSJim HarrisThis driver provides access to the SMBus 2.0 controller device contained
490572ccaaSJim Harrisin the Intel Atom S1200 and C2000 CPUs.
500572ccaaSJim Harris.Sh SEE ALSO
510572ccaaSJim Harris.Xr smb 4 ,
520572ccaaSJim Harris.Xr smbus 4
530572ccaaSJim Harris.Sh HISTORY
540572ccaaSJim HarrisThe
550572ccaaSJim Harris.Nm
560572ccaaSJim Harrisdriver first appeared in
570572ccaaSJim Harris.Fx 11.0 .
580572ccaaSJim Harris.Sh AUTHORS
59*6c899950SBaptiste Daroussin.An Jim Harris Aq Mt jimharris@FreeBSD.org
60