At 06:30 PM 7/26/2007, Dag-Erling Smørgrav 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 == 2) { >+ if (id_p->version >= 6) { OK, I tried it on current, but it sees the ichwd 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#Received on Thu Jul 26 2007 - 21:38:25 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:15 UTC