[BACK]Return to bktr_core.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / pci / bktr

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

Diff for /src/sys/dev/pci/bktr/bktr_core.c between version 1.17.2.5 and 1.17.2.6

version 1.17.2.5, 2002/09/17 21:20:32 version 1.17.2.6, 2002/12/11 06:38:27
Line 812  common_bktr_intr( void *arg )
Line 812  common_bktr_intr( void *arg )
                 }                  }
   
                 /* If someone has a select() on /dev/vbi, inform them */                  /* If someone has a select() on /dev/vbi, inform them */
                 if (bktr->vbi_select.si_pid) {                  if (bktr->vbi_select.sel_pid) {
                         selwakeup(&bktr->vbi_select);                          selwakeup(&bktr->vbi_select);
                 }                  }
   

Legend:
Removed from v.1.17.2.5  
changed lines
  Added in v.1.17.2.6

CVSweb <webmaster@jp.NetBSD.org>