From owner-freebsd-current@FreeBSD.ORG Thu Jul 26 23:38:25 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BEAC16A420 for ; Thu, 26 Jul 2007 23:38:25 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id CBEED13C4B3 for ; Thu, 26 Jul 2007 23:38:24 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost2.sentex.ca (8.14.1/8.13.8) with ESMTP id l6QNcME8052957; Thu, 26 Jul 2007 19:38:22 -0400 (EDT) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id l6QNcL1T068284 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 26 Jul 2007 19:38:21 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200707262338.l6QNcL1T068284@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Thu, 26 Jul 2007 19:38:16 -0400 To: Dag-Erling =?iso-8859-1?Q?Sm=C3=B8rgrav?= From: Mike Tancsa In-Reply-To: <86abtihk6h.fsf@ds4.des.no> References: <46337B06.9080102@ybb.ne.jp> <46338C0F.9000608@ybb.ne.jp> <4633932A.8080602@ybb.ne.jp> <86tzuxni1b.fsf@dwp.des.no> <200707061723.l66HNYSe037055@lava.sentex.ca> <86ir86hqhc.fsf@ds4.des.no> <200707262035.l6QKZtnd067391@lava.sentex.ca> <86abtihk6h.fsf@ds4.des.no> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Cc: Takeharu KATO , freebsd-current@freebsd.org Subject: Re: ichwd for ICH8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2007 23:38:25 -0000 At 06:30 PM 7/26/2007, Dag-Erling Sm=C3=B8rgrav wrote: > > ichwd module loaded > > ichwd0: on isa0 > > ichwd0: unable to reserve GCS registers > > device_attach: ichwd0 attach returned 6 > >in ichwd_identify(), the ICH version test is wrong, it should be > >- if (id_p->version =3D=3D 2) { >+ if (id_p->version >=3D 6) { OK, I tried it on current, but it sees the ichwd=20 as ich5, where as its 7 according to the other version leopard3# dmesg | grep ich ichwd module loaded ichwd0: on isa0 ichwd0: ICH WDT present but disabled in BIOS or hardware device_attach: ichwd0 attach returned 6 ichwd module unloaded ichwd module loaded ichwd0: at port 0x1080-0x1087,0x1088-0x1091 on= isa0 ichwd0: Intel ICH7 watchdog timer (TCO version 2) ichwd0: detached ichwd module unloaded ichwd module loaded ichwd0: at port 0x1080-0x1087,0x1088-0x1091 on= isa0 leopard3# =20