Buf fix: use PWAIT priority and do not set PCATCH.
This commit is contained in:
parent
251b3464be
commit
45e61b5399
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pccbb.c,v 1.65 2001/07/06 18:06:59 mcr Exp $ */
|
||||
/* $NetBSD: pccbb.c,v 1.66 2001/08/24 10:55:53 haya Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1998, 1999 and 2000
|
||||
@ -103,7 +103,7 @@ struct cfdriver cbb_cd = {
|
||||
if (tick <= 1) { \
|
||||
tick = 2; \
|
||||
} \
|
||||
tsleep((void *)(param), PCATCH, "pccbb", tick); \
|
||||
tsleep((void *)(param), PWAIT, "pccbb", tick); \
|
||||
} else { \
|
||||
delay((time)*1000); \
|
||||
} \
|
||||
|
Loading…
Reference in New Issue
Block a user