diff options
author | 2004-04-02 22:30:41 +0000 | |
---|---|---|
committer | 2004-04-02 22:30:41 +0000 | |
commit | 009110a670659c0f708bd4162fabf9041218df72 (patch) | |
tree | 6b1e6557e44e111b3fac62632fd6942a7810d07c | |
parent | K6-2/3 powernow driver. not without quirks, but mostly working. (diff) | |
download | wireguard-openbsd-009110a670659c0f708bd4162fabf9041218df72.tar.xz wireguard-openbsd-009110a670659c0f708bd4162fabf9041218df72.zip |
mention powernow
-rw-r--r-- | share/man/man4/man4.i386/cpu.4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/man4.i386/cpu.4 b/share/man/man4/man4.i386/cpu.4 index f3e910106f5..312339e6692 100644 --- a/share/man/man4/man4.i386/cpu.4 +++ b/share/man/man4/man4.i386/cpu.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cpu.4,v 1.3 2004/03/17 10:08:47 jmc Exp $ +.\" $OpenBSD: cpu.4,v 1.4 2004/04/02 22:30:41 tedu Exp $ .\" .\" Copyright (c) 2004 Ted Unangst .\" All rights reserved. @@ -63,6 +63,9 @@ Only enabled on some chipsets. .It TCC Thermal Control Circuit found on Intel Pentium 4 and newer processors, adjusts processor duty cycle in 12.5 percent increments. +.It PowerNow +Found on various AMD processors. Currently only supports some models in +the K6 family. .El .Sh INSTRUCTION SET EXTENSIONS The presence of extended instruction sets can be determined by |