aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/rc')
-rw-r--r--sys/dev/rc/rc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c
index 6cdf6b919d0f..7844e4de8566 100644
--- a/sys/dev/rc/rc.c
+++ b/sys/dev/rc/rc.c
@@ -1525,8 +1525,8 @@ rc_wait0(nec, unit, chan, line)
{
int rcnt;
- for (rcnt = 100; rcnt && rcin(CD180_CCR); rcnt--)
- DELAY(15);
+ for (rcnt = 50; rcnt && rcin(CD180_CCR); rcnt--)
+ DELAY(30);
if (rcnt == 0)
printf("rc%d/%d: channel command timeout, rc.c line: %d\n",
unit, chan, line);