[BACK]Return to cpu.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / x86 / x86

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

Diff for /src/sys/arch/x86/x86/cpu.c between version 1.83 and 1.84

version 1.83, 2011/02/23 11:43:23 version 1.84, 2011/02/24 10:56:02
Line 470  cpu_rescan(device_t self, const char *if
Line 470  cpu_rescan(device_t self, const char *if
                             "cpufeaturebus", &cfaa, NULL);                              "cpufeaturebus", &cfaa, NULL);
                 }                  }
   
                   if (ci->ci_frequency == NULL) {
                           cfaa.name = "powernow";
                           ci->ci_frequency = config_found_ia(self,
                               "cpufeaturebus", &cfaa, NULL);
                   }
   
                 if (ci->ci_padlock == NULL) {                  if (ci->ci_padlock == NULL) {
                         cfaa.name = "padlock";                          cfaa.name = "padlock";
                         ci->ci_padlock = config_found_ia(self,                          ci->ci_padlock = config_found_ia(self,

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84

CVSweb <webmaster@jp.NetBSD.org>