[BACK]Return to intr.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/intr.c between version 1.99 and 1.100

version 1.99, 2017/04/18 11:49:50 version 1.100, 2017/04/20 02:42:59
Line 1082  intr_establish_xname(int legacy_irq, str
Line 1082  intr_establish_xname(int legacy_irq, str
         (*pic->pic_hwunmask)(pic, pin);          (*pic->pic_hwunmask)(pic, pin);
         mutex_exit(&cpu_lock);          mutex_exit(&cpu_lock);
   
         if (bootverbose)          if (bootverbose || cpu_index(ci) != 0)
                 aprint_verbose("allocated pic %s type %s pin %d level %d to %s slot %d "                  aprint_verbose("allocated pic %s type %s pin %d level %d to %s slot %d "
                     "idt entry %d\n",                      "idt entry %d\n",
                     pic->pic_name, type == IST_EDGE ? "edge" : "level", pin, level,                      pic->pic_name, type == IST_EDGE ? "edge" : "level", pin, level,

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100

CVSweb <webmaster@jp.NetBSD.org>