diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-08-30 01:09:09 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-08-30 01:09:09 +0000 |
commit | 80e47d36a7237005bf4576409cfc3ad4cb3d0ad7 (patch) | |
tree | 5db454591d6054c13a3c4fd1bac2814ec5317362 /share/man/man4/pci.4 | |
parent | 54d4d6acd1f82ad3c95b1ca61b3b81f9f1905489 (diff) |
Correct the last commit. There is no such thing as the K11
microarchitecture (yet). Family 11h (Griffin) is a K8
microarchitectre CPU with some bits from K10 such as power
management and sensor interface.
Diffstat (limited to 'share/man/man4/pci.4')
-rw-r--r-- | share/man/man4/pci.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index 7197bf7150b..50bdb33ced2 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.257 2008/08/29 03:38:31 cnst Exp $ +.\" $OpenBSD: pci.4,v 1.258 2008/08/30 01:09:08 brad Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -31,7 +31,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 29 2008 $ +.Dd $Mdocdate: August 30 2008 $ .Dt PCI 4 .Os .Sh NAME @@ -392,7 +392,7 @@ Intel 6300ESB ICH watchdog timer device .It Xr kate 4 AMD K8 temperature sensor .It Xr km 4 -AMD K10/K11 temperature sensor +AMD K10 temperature sensor .It Xr pwdog 4 Quancom PWDOG1 watchdog timer device .It Xr viaenv 4 |