Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/pci/bktr/bktr_core.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/pci/bktr/bktr_core.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.42 retrieving revision 1.42.2.1 diff -u -p -r1.42 -r1.42.2.1 --- src/sys/dev/pci/bktr/bktr_core.c 2007/03/04 06:02:27 1.42 +++ src/sys/dev/pci/bktr/bktr_core.c 2007/04/10 00:22:13 1.42.2.1 @@ -1,6 +1,6 @@ /* $SourceForge: bktr_core.c,v 1.6 2003/03/11 23:11:22 thomasklausner Exp $ */ -/* $NetBSD: bktr_core.c,v 1.42 2007/03/04 06:02:27 christos Exp $ */ +/* $NetBSD: bktr_core.c,v 1.42.2.1 2007/04/10 00:22:13 ad Exp $ */ /* $FreeBSD: src/sys/dev/bktr/bktr_core.c,v 1.114 2000/10/31 13:09:56 roger Exp$ */ /* @@ -98,7 +98,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: bktr_core.c,v 1.42 2007/03/04 06:02:27 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bktr_core.c,v 1.42.2.1 2007/04/10 00:22:13 ad Exp $"); #include "opt_bktr.h" /* Include any kernel config options */ @@ -823,9 +823,7 @@ common_bktr_intr(void *arg) } /* If someone has a select() on /dev/vbi, inform them */ - if (SEL_WAITING(&bktr->vbi_select)) { - selwakeup(&bktr->vbi_select); - } + selwakeup(&bktr->vbi_select); } /*