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

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/mca/mca_machdep.c between version 1.43 and 1.44

version 1.43, 2011/09/01 15:10:31 version 1.44, 2017/03/31 08:38:13
Line 311  mca_busprobe(void)
Line 311  mca_busprobe(void)
                 "\017KBDF"                  "\017KBDF"
                 "\020DMA32\n", (scp->feature2 << 8) | scp->feature1);                  "\020DMA32\n", (scp->feature2 << 8) | scp->feature1);
   
         aprint_verbose("BIOS CFG: Model-SubM-Rev: %02x-%02x-%02x, 0x%s\n",          aprint_verbose("BIOS CFG: Model-SubM-Rev: %02x-%02x-%02x, %s\n",
                 scp->model, scp->submodel, scp->bios_rev, buf);                  scp->model, scp->submodel, scp->bios_rev, buf);
   
         MCA_system = (scp->feature1 & FEATURE_MCABUS) ? 1 : 0;          MCA_system = (scp->feature1 & FEATURE_MCABUS) ? 1 : 0;

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

CVSweb <webmaster@jp.NetBSD.org>