xref: /freebsd/share/man/man4/amdsmn.4 (revision 907f50fe04bdcbbe2b0606ca662ba662c44f6877)
1*907f50feSConrad Meyer.\"-
2*907f50feSConrad Meyer.\" Copyright (c) 2017 Conrad Meyer <cem@FreeBSD.org>
3*907f50feSConrad Meyer.\" All rights reserved.
4*907f50feSConrad Meyer.\"
5*907f50feSConrad Meyer.\" Redistribution and use in source and binary forms, with or without
6*907f50feSConrad Meyer.\" modification, are permitted provided that the following conditions
7*907f50feSConrad Meyer.\" are met:
8*907f50feSConrad Meyer.\" 1. Redistributions of source code must retain the above copyright
9*907f50feSConrad Meyer.\"    notice, this list of conditions and the following disclaimer.
10*907f50feSConrad Meyer.\" 2. Redistributions in binary form must reproduce the above copyright
11*907f50feSConrad Meyer.\"    notice, this list of conditions and the following disclaimer in the
12*907f50feSConrad Meyer.\"    documentation and/or other materials provided with the distribution.
13*907f50feSConrad Meyer.\"
14*907f50feSConrad Meyer.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15*907f50feSConrad Meyer.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16*907f50feSConrad Meyer.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17*907f50feSConrad Meyer.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18*907f50feSConrad Meyer.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19*907f50feSConrad Meyer.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20*907f50feSConrad Meyer.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21*907f50feSConrad Meyer.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22*907f50feSConrad Meyer.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23*907f50feSConrad Meyer.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24*907f50feSConrad Meyer.\" SUCH DAMAGE.
25*907f50feSConrad Meyer.\"
26*907f50feSConrad Meyer.\" $FreeBSD$
27*907f50feSConrad Meyer.\"
28*907f50feSConrad Meyer.Dd September 5, 2017
29*907f50feSConrad Meyer.Dt AMDSMN 4
30*907f50feSConrad Meyer.Os
31*907f50feSConrad Meyer.Sh NAME
32*907f50feSConrad Meyer.Nm amdsmn
33*907f50feSConrad Meyer.Nd device driver for
34*907f50feSConrad Meyer.Tn AMD
35*907f50feSConrad Meyerprocessor System Management Network
36*907f50feSConrad Meyer.Sh SYNOPSIS
37*907f50feSConrad MeyerTo compile this driver into the kernel, place the following line in your
38*907f50feSConrad Meyerkernel configuration file:
39*907f50feSConrad Meyer.Bd -ragged -offset indent
40*907f50feSConrad Meyer.Cd "device amdsmn"
41*907f50feSConrad Meyer.Ed
42*907f50feSConrad Meyer.Pp
43*907f50feSConrad MeyerAlternatively, to load the driver as a module at boot time, place the
44*907f50feSConrad Meyerfollowing line in
45*907f50feSConrad Meyer.Xr loader.conf 5 :
46*907f50feSConrad Meyer.Bd -literal -offset indent
47*907f50feSConrad Meyeramdsmn_load="YES"
48*907f50feSConrad Meyer.Ed
49*907f50feSConrad Meyer.Sh DESCRIPTION
50*907f50feSConrad MeyerThe
51*907f50feSConrad Meyer.Nm
52*907f50feSConrad Meyerdriver provides support for resources on the System Management Network bus
53*907f50feSConrad Meyerin
54*907f50feSConrad Meyer.Tn AMD
55*907f50feSConrad MeyerFamily 17h processors.
56*907f50feSConrad Meyer.Sh SEE ALSO
57*907f50feSConrad Meyer.Xr loader 8
58*907f50feSConrad Meyer.Sh HISTORY
59*907f50feSConrad MeyerThe
60*907f50feSConrad Meyer.Nm
61*907f50feSConrad Meyerdriver first appeared in
62*907f50feSConrad Meyer.Fx 12.0 .
63*907f50feSConrad Meyer.Sh AUTHORS
64*907f50feSConrad Meyer.An Conrad Meyer Aq Mt cem@FreeBSD.org
65