diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-12-28 03:05:40 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-12-28 03:05:40 +0000 |
commit | 054831881c60e8d7e80c1bb5155e6d66936b67b7 (patch) | |
tree | ef94bef1df4cf7a145231d797925ee4782a76312 /sys/dev | |
parent | f49e1d0335b27e06de7e7e7d25c1dceee661a5ea (diff) |
Oops. Missed file from previous commit.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/aic7xxx_openbsd.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ic/aic7xxx_openbsd.h b/sys/dev/ic/aic7xxx_openbsd.h index c2bb2cb4dd2..d9c140859d5 100644 --- a/sys/dev/ic/aic7xxx_openbsd.h +++ b/sys/dev/ic/aic7xxx_openbsd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aic7xxx_openbsd.h,v 1.16 2005/12/10 11:45:43 miod Exp $ */ +/* $OpenBSD: aic7xxx_openbsd.h,v 1.17 2005/12/28 03:05:39 krw Exp $ */ /* $NetBSD: aic7xxx_osm.h,v 1.7 2003/11/02 11:07:44 wiz Exp $ */ /* @@ -382,8 +382,7 @@ ahc_platform_scb_free(struct ahc_softc *ahc, struct scb *scb) ahc_lock(ahc, &s); - if ((ahc->flags & AHC_RESOURCE_SHORTAGE) != 0 || - (scb->flags & SCB_RECOVERY_SCB) != 0) { + if ((ahc->flags & AHC_RESOURCE_SHORTAGE) != 0) { ahc->flags &= ~AHC_RESOURCE_SHORTAGE; } |