Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2007 19:38:16 -0400
From:      Mike Tancsa <mike@sentex.net>
To:        Dag-Erling =?iso-8859-1?Q?Sm=C3=B8rgrav?= <des@des.no>
Cc:        Takeharu KATO <takeharu1219@ybb.ne.jp>, freebsd-current@freebsd.org
Subject:   Re: ichwd for ICH8
Message-ID:  <200707262338.l6QNcL1T068284@lava.sentex.ca>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
At 06:30 PM 7/26/2007, Dag-Erling Sm=C3=B8rgrav wrote:

> > ichwd module loaded
> > ichwd0: <Intel ICH7 watchdog timer> 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: <Intel ICH7 watchdog timer> 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: <Intel ICH7 watchdog timer> 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: <Intel ICH5 watchdog timer> at port 0x1080-0x1087,0x1088-0x1091 on=
 isa0
leopard3# =20




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707262338.l6QNcL1T068284>