summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Safiullin <form@cvs.openbsd.org>2008-03-24 18:44:46 +0000
committerOleg Safiullin <form@cvs.openbsd.org>2008-03-24 18:44:46 +0000
commitbcfd2b7e79408e4e07618c57a64b7301ce705656 (patch)
treee9045291a977df96ee536c9d97928f9840884eb3
parent6cae4b3b38c5e8ee985025a9633858c0871527e0 (diff)
add it(4) at port 0x228, found on some motherboards.
ok deraadt@
-rw-r--r--share/man/man4/it.45
-rw-r--r--sys/arch/amd64/conf/GENERIC3
-rw-r--r--sys/arch/i386/conf/GENERIC3
3 files changed, 7 insertions, 4 deletions
diff --git a/share/man/man4/it.4 b/share/man/man4/it.4
index da596c41a83..7b1ca5558b8 100644
--- a/share/man/man4/it.4
+++ b/share/man/man4/it.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: it.4,v 1.14 2007/12/23 22:09:19 jmc Exp $
+.\" $OpenBSD: it.4,v 1.15 2008/03/24 18:44:45 form Exp $
.\"
.\" Copyright (c) 2007 Oleg Safiullin <form@pdp-11.org.ru>
.\" Copyright (c) 2003 Julien Bordet <zejames@greygats.org>
@@ -24,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 23 2007 $
+.Dd $Mdocdate: March 24 2008 $
.Dt IT 4
.Os
.Sh NAME
@@ -35,6 +35,7 @@ temperature, voltage, and fan sensor with watchdog timer
.Cd "it0 at isa? port 0x290"
.Cd "it1 at isa? port 0xc00"
.Cd "it2 at isa? port 0xd00"
+.Cd "it3 at isa? port 0x228"
.Sh DESCRIPTION
The
.Nm
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC
index e9ceaac1272..5a6456cc23e 100644
--- a/sys/arch/amd64/conf/GENERIC
+++ b/sys/arch/amd64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.219 2008/03/23 08:36:15 cnst Exp $
+# $OpenBSD: GENERIC,v 1.220 2008/03/24 18:44:45 form Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -74,6 +74,7 @@ lm0 at isa? port 0x290
it0 at isa? port 0x290 # ITE IT8705F, IT8712F, IT8716F, IT8718F,
it1 at isa? port 0xc00 # IT8726F and SiS SiS950 monitors and
it2 at isa? port 0xd00 # watchdog timer
+it3 at isa? port 0x228
viaenv* at pci? # VIA VT82C686A hardware monitor
#viasio* at isa? port 0x2e flags 0x0000 # VIA VT1211 LPC Super I/O
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 718f84555ad..b5a6fa1e676 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.606 2008/03/23 08:36:15 cnst Exp $
+# $OpenBSD: GENERIC,v 1.607 2008/03/24 18:44:45 form Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -122,6 +122,7 @@ iic* at amdpm?
it0 at isa? port 0x290 # ITE IT8705F, IT8712F, IT8716F,
it1 at isa? port 0xc00 # IT8718F, IT8726F and SiS SiS950
it2 at isa? port 0xd00 # monitors and watchdog timer
+it3 at isa? port 0x228
viaenv* at pci? # VIA VT82C686A hardware monitor
viasio* at isa? port 0x2e flags 0x0000 # VIA VT1211 LPC Super I/O