diff options
author | Renato Botelho <renato@netgate.com> | 2016-09-23 08:14:49 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-09-23 08:14:49 -0300 |
commit | 2d0249cccf674e3c2ad9302d6225bcfe4d2a522d (patch) | |
tree | ea4e9284de96ce2c29fee4258a091d37b441454d /share/man | |
parent | e358f86a74ff4ecf4069a06f64d8a5512adf16d9 (diff) | |
parent | f1424fbcd4898c174307f75dc9cbb9f58fa5293e (diff) | |
download | FreeBSD-src-2d0249cccf674e3c2ad9302d6225bcfe4d2a522d.zip FreeBSD-src-2d0249cccf674e3c2ad9302d6225bcfe4d2a522d.tar.gz |
Merge remote-tracking branch 'origin/stable/10' into devel
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/amdpm.4 | 1 | ||||
-rw-r--r-- | share/man/man4/amdsbwd.4 | 19 | ||||
-rw-r--r-- | share/man/man4/amdsmb.4 | 3 | ||||
-rw-r--r-- | share/man/man4/ichsmb.4 | 2 | ||||
-rw-r--r-- | share/man/man4/intpm.4 | 39 | ||||
-rw-r--r-- | share/man/man4/ismt.4 | 1 |
6 files changed, 54 insertions, 11 deletions
diff --git a/share/man/man4/amdpm.4 b/share/man/man4/amdpm.4 index f791a28..62ca1a0 100644 --- a/share/man/man4/amdpm.4 +++ b/share/man/man4/amdpm.4 @@ -51,6 +51,7 @@ for writing user code to fetch voltages, temperature and so on from the monitoring chip of your mainboard. .Sh SEE ALSO .Xr amdsmb 4 , +.Xr intpm 4 , .Xr smb 4 , .Xr smbus 4 .Sh HISTORY diff --git a/share/man/man4/amdsbwd.4 b/share/man/man4/amdsbwd.4 index dd85bf7..8c8bcf0 100644 --- a/share/man/man4/amdsbwd.4 +++ b/share/man/man4/amdsbwd.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 29, 2016 +.Dd September 8, 2016 .Dt AMDSBWD 4 .Os .Sh NAME @@ -51,7 +51,22 @@ The driver provides .Xr watchdog 4 support for the watchdog timers present on -AMD SB600, SB7xx, SB8xx and SB9xx southbridges and Axx FCHs. +the supported chipsets. +.Sh HARDWARE +The +.Nm +driver supports the following chipsets: +.Pp +.Bl -bullet -compact +.It +AMD SB600/7x0/8x0/9x0 southbridges +.It +AMD Axx/Hudson/Bolton FCHs +.It +AMD FCHs integrated into Family 15h Models 60h-6Fh, 70h-7Fh Processors +.It +AMD FCHs integrated into Family 16h Models 00h-0Fh, 30h-3Fh Processors +.El .Sh SEE ALSO .Xr watchdog 4 , .Xr watchdog 8 , diff --git a/share/man/man4/amdsmb.4 b/share/man/man4/amdsmb.4 index c038584..10ae556 100644 --- a/share/man/man4/amdsmb.4 +++ b/share/man/man4/amdsmb.4 @@ -31,6 +31,7 @@ .Nm amdsmb .Nd "AMD-8111 SMBus 2.0 controller driver" .Sh SYNOPSIS +.Cd "device pci" .Cd "device smbus" .Cd "device smb" .Cd "device amdsmb" @@ -39,6 +40,8 @@ The .Nm driver provides access to the AMD-8111 SMBus 2.0 controller. .Sh SEE ALSO +.Xr amdpm 4 , +.Xr intpm 4 , .Xr smb 4 , .Xr smbus 4 .Sh HISTORY diff --git a/share/man/man4/ichsmb.4 b/share/man/man4/ichsmb.4 index a415941..536b426 100644 --- a/share/man/man4/ichsmb.4 +++ b/share/man/man4/ichsmb.4 @@ -51,6 +51,8 @@ device contained in the Intel 82801AA (ICH), 82801AB (ICH0), 82801BA (ICH2), 82801CA (ICH3), 82801DC (ICH4), 82801EB (ICH5), 82801FB (ICH6) and 82801GB (ICH7) PCI chips. .Sh SEE ALSO +.Xr intpm 4 , +.Xr ismt 4 , .Xr smb 4 , .Xr smbus 4 .Sh AUTHORS diff --git a/share/man/man4/intpm.4 b/share/man/man4/intpm.4 index 5e015a8..10279ce 100644 --- a/share/man/man4/intpm.4 +++ b/share/man/man4/intpm.4 @@ -24,26 +24,47 @@ .\" .\" $FreeBSD$ .\" -.Dd January 8, 1999 +.Dd July 20, 2016 .Dt INTPM 4 .Os .Sh NAME .Nm intpm .Nd Intel PIIX4 Power Management controller driver .Sh SYNOPSIS +.Cd device pci .Cd device smbus .Cd device smb .Cd device intpm .Sh DESCRIPTION -This driver provides access to -.Tn Intel PIIX4 PCI Controller function 3 , -Power management controller. -Currently, only smbus controller -function is implemented. -But it also have bus idle monitoring function. -It -will display mapped I/O address for bus monitoring function when attaching. +The +.Nm +driver provides access to +.Tn Intel PIIX4 +compatible Power Management controllers. +Currently, only +.Xr smbus 4 +controller function is implemented. +.Sh HARDWARE +The +.Nm +driver supports the following chipsets: +.Pp +.Bl -bullet -compact +.It +Intel 82371AB/82443MX +.It +ATI IXP400 +.It +AMD SB600/7x0/8x0/9x0 southbridges +.It +AMD Axx/Hudson/Bolton FCHs +.It +AMD FCH integrated into Family 16h Models 00h-0Fh Processors +.El .Sh SEE ALSO +.Xr amdpm 4 , +.Xr amdsmb 4 , +.Xr ichsmb 4 , .Xr smb 4 , .Xr smbus 4 .Sh HISTORY diff --git a/share/man/man4/ismt.4 b/share/man/man4/ismt.4 index d099f23..dbdf07b 100644 --- a/share/man/man4/ismt.4 +++ b/share/man/man4/ismt.4 @@ -48,6 +48,7 @@ This driver provides access to the SMBus 2.0 controller device contained in the Intel Atom S1200 and C2000 CPUs. .Sh SEE ALSO +.Xr ichsmb 4 , .Xr smb 4 , .Xr smbus 4 .Sh HISTORY |