diff options
author | 2019-12-16 21:46:44 +0000 | |
---|---|---|
committer | 2019-12-16 21:46:44 +0000 | |
commit | 2a2a19442597b73c9c20011c76334200297a42b5 (patch) | |
tree | df74e2210d5449f96c9e1352a683e5970e7dd123 | |
parent | Update piixpm(4) to support newer AMD chips like some Hudson-2 and (diff) | |
download | wireguard-openbsd-2a2a19442597b73c9c20011c76334200297a42b5.tar.xz wireguard-openbsd-2a2a19442597b73c9c20011c76334200297a42b5.zip |
Add AMD FCH (KERNCZ) to the list of supported devices.
-rw-r--r-- | share/man/man4/piixpm.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/piixpm.4 b/share/man/man4/piixpm.4 index 03e4e879bce..1b47397d5a7 100644 --- a/share/man/man4/piixpm.4 +++ b/share/man/man4/piixpm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: piixpm.4,v 1.19 2013/07/16 16:05:49 schwarze Exp $ +.\" $OpenBSD: piixpm.4,v 1.20 2019/12/16 21:46:44 claudio Exp $ .\" .\" Copyright (c) 2004, 2005 Alexander Yurchenko <grange@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: December 16 2019 $ .Dt PIIXPM 4 .Os .Sh NAME @@ -36,7 +36,7 @@ Supported chipsets: .Pp .Bl -bullet -compact -offset indent .It -AMD Hudson-2 +AMD Hudson-2, FCH (KERNCZ) .It ATI SB200, SB300, SB400, SB600, SB700, SB800 .It |