[BACK]Return to nslm7x.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / ic

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/ic/nslm7x.c between version 1.55 and 1.56

version 1.55, 2010/03/23 12:13:28 version 1.56, 2010/10/06 18:13:33
Line 1847  wb_match(struct lm_softc *sc)
Line 1847  wb_match(struct lm_softc *sc)
                 break;                  break;
         case WB_CHIPID_W83627THF:          case WB_CHIPID_W83627THF:
                 model = "W83627THF";                  model = "W83627THF";
                   lm_generic_banksel(sc, WB_BANKSEL_B0);
                   if ((*sc->lm_readreg)(sc, WB_BANK0_CONFIG) & WB_CONFIG_VMR9)
                           sc->vrm9 = 1;
                   lm_generic_banksel(sc, banksel);
                 lm_setup_sensors(sc, w83637hf_sensors);                  lm_setup_sensors(sc, w83637hf_sensors);
                 wb_temp_diode_type(sc, cf_flags);                  wb_temp_diode_type(sc, cf_flags);
                 break;                  break;

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

CVSweb <webmaster@jp.NetBSD.org>