diff options
author | Oleg Safiullin <form@cvs.openbsd.org> | 2007-12-23 17:44:08 +0000 |
---|---|---|
committer | Oleg Safiullin <form@cvs.openbsd.org> | 2007-12-23 17:44:08 +0000 |
commit | 77034fd18c7f36f31b3e5cc87625768cf9870e89 (patch) | |
tree | 5fde3a257964098d2da9fcf989b2372cdcf86c29 /share/man | |
parent | 75f575f3b45675d47e64a2ed8ab3bcb998d6b3a6 (diff) |
Look for environment controller first, and access ITE SuperIO address/data
ports only if we found one. Fixes possible issues with some notebook
chipsets.
ok deraadt@
tested by me, jcs@ and Rodolfo Gouveia
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/it.4 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man4/it.4 b/share/man/man4/it.4 index afaf76757cf..b7039a80184 100644 --- a/share/man/man4/it.4 +++ b/share/man/man4/it.4 @@ -1,6 +1,7 @@ -.\" $OpenBSD: it.4,v 1.12 2007/12/19 10:32:38 form Exp $ +.\" $OpenBSD: it.4,v 1.13 2007/12/23 17:44:07 form Exp $ .\" .\" Copyright (c) 2007 Oleg Safiullin <form@pdp-11.org.ru> +.\" Copyright (c) 2003 Julien Bordet <zejames@greygats.org> .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -23,7 +24,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: December 19 2007 $ +.Dd $Mdocdate: December 23 2007 $ .Dt IT 4 .Os .Sh NAME @@ -31,7 +32,9 @@ .Nd ITE IT8705F/IT8712F/IT8716F/IT8718F/IT8726F and SiS SiS950 temperature, voltage, and fan sensor with watchdog timer .Sh SYNOPSIS -.Cd "it0 at isa?" +.Cd "it0 at isa? port 0x290" +.Cd "it1 at isa? port 0xc00" +.Cd "it2 at isa? port 0xd00" .Sh DESCRIPTION The .Nm |