diff options
Diffstat (limited to 'sys/dev/isa/aha.c')
-rw-r--r-- | sys/dev/isa/aha.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/aha.c b/sys/dev/isa/aha.c index 4991f6e2112..3b4104596ed 100644 --- a/sys/dev/isa/aha.c +++ b/sys/dev/isa/aha.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aha.c,v 1.65 2009/11/22 14:14:11 krw Exp $ */ +/* $OpenBSD: aha.c,v 1.66 2010/01/10 00:40:25 krw Exp $ */ /* $NetBSD: aha.c,v 1.11 1996/05/12 23:51:23 mycroft Exp $ */ #undef AHADIAG @@ -881,7 +881,6 @@ aha_done(sc, ccb) } else xs->resid = 0; } - xs->flags |= ITSDONE; if (VOLATILE_XS(xs)) { wakeup(ccb); |