summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/rc/rc.c4
-rw-r--r--sys/i386/isa/rc.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c
index 6cdf6b9..7844e4d 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);
diff --git a/sys/i386/isa/rc.c b/sys/i386/isa/rc.c
index 6cdf6b9..7844e4d 100644
--- a/sys/i386/isa/rc.c
+++ b/sys/i386/isa/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);
OpenPOWER on IntegriCloud