diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/ncr5380sbc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ic/ncr5380sbc.c b/sys/dev/ic/ncr5380sbc.c index ec974b406d2..9f37e388dbb 100644 --- a/sys/dev/ic/ncr5380sbc.c +++ b/sys/dev/ic/ncr5380sbc.c @@ -1,4 +1,4 @@ -/* $NetBSD: ncr5380sbc.c,v 1.26 1998/09/14 05:56:14 scottr Exp $ */ +/* $NetBSD: ncr5380sbc.c,v 1.27 1998/09/16 05:36:35 scottr Exp $ */ /* * Copyright (c) 1995 David Jones, Gordon W. Ross @@ -670,8 +670,7 @@ new: if ((xs->flags & ITSDONE) == 0) panic("ncr5380_scsi_cmd: poll didn't finish"); rv = COMPLETE; - } else if ((xs->flags & ITSDONE)) - rv = COMPLETE; + } out: splx(s); |
