ichwd for ICH8
    Mike Tancsa 
    mike at sentex.net
       
    Thu Jul 26 23:38:25 UTC 2007
    
    
  
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#  
    
    
More information about the freebsd-current
mailing list