Subject: kern/33886: Add it0 to amd64 GENERIC
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <damon@brodiefamily.org>
List: netbsd-bugs
Date: 07/01/2006 14:10:00
>Number:         33886
>Category:       kern
>Synopsis:       Add it0 to amd64 GENERIC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Jul 01 14:10:00 +0000 2006
>Originator:     Damon Brodie
>Release:        NetBSD 3.99.21
>Organization:
	
>Environment:
	
	
System: NetBSD nomad.brodiefamily.org 3.99.21 NetBSD 3.99.21 (NOMAD) #4: Sat Jul 1 09:58:11 EDT 2006 damon@nomad.brodiefamily.org:/usr/obj/sys/arch/amd64/compile/NOMAD amd64
Architecture: x86_64
Machine: amd64
>Description:
	amd64 GENERIC kernel doesn't have it0 like i386 does.  I've added 
it to my kernel and it builds find and envstat works as expected. See
also pr 33882.

>How-To-Repeat:
	inspect the GENERIC amd64 kernel and see that it doesn't have it0
>Fix:

Apply this patch:


--- sys/arch/amd64/conf/GENERIC.orig    2006-07-01 10:01:27.000000000 -0400
+++ sys/arch/amd64/conf/GENERIC 2006-07-01 10:02:05.000000000 -0400
@@ -358,6 +358,9 @@

 # Hardware monitors

+# iTE IT87xxF and compatible hardware monitors
+it0    at isa? port 0x290              # other ports: 0xc00, 0xd00.
+
 # LM7[89] and compatible hardware monitors
 #lm0   at isa? port 0x290              # other common ports: 0x280, 0x310


>Unformatted: