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

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

Diff for /src/sys/arch/i386/i386/machdep.c between version 1.277 and 1.278

version 1.277, 1998/01/27 03:31:54 version 1.278, 1998/01/28 17:08:05
Line 715  struct cpu_cpuid_nameclass i386_cpuid_cp
Line 715  struct cpu_cpuid_nameclass i386_cpuid_cp
                         },                          },
                         cyrix6x86_cpu_setup                          cyrix6x86_cpu_setup
                 },                  },
                 /* Family 6, not yet available from Cyrix */                  /* Family 6 */
                 {                  {
                         CPUCLASS_686,                          CPUCLASS_686,
                         {                          {
                                 "M2", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                                  "6x86MX", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
                                 "M2"            /* Default */                                  "6x86MX"                /* Default */
                         },                          },
                         NULL                          NULL
                 } }                  } }

Legend:
Removed from v.1.277  
changed lines
  Added in v.1.278

CVSweb <webmaster@jp.NetBSD.org>