diff options
| author | Warner Losh <imp@FreeBSD.org> | 1998-09-30 00:10:44 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1998-09-30 00:10:44 +0000 |
| commit | 6a04333133886a742f1cabccae7c854b3f8fe1bf (patch) | |
| tree | e1ba5b433691c746d0f5d266b72cd84fcda59fc0 | |
| parent | b5cf6d7984465891b5cff13b3edf7410bbbdb187 (diff) | |
Notes
| -rw-r--r-- | sys/dev/aha/aha.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index 21b12f4267e9..3fc63d90d5b0 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -55,7 +55,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aha.c,v 1.3 1998/09/17 00:08:29 gibbs Exp $ + * $Id: aha.c,v 1.4 1998/09/29 06:50:21 imp Exp $ */ #include <sys/param.h> @@ -1588,7 +1588,7 @@ aha_cmd(struct aha_softc *aha, aha_op_t opcode, u_int8_t *params, CMD_REG_BUSY|DIAG_FAIL|DIAG_ACTIVE)) != 0 || (status & (HA_READY|INIT_REQUIRED)) != (HA_READY|INIT_REQUIRED)) { - ahareset(aha, /*hard_reset*/FALSE); + ahareset(aha, /*hard_reset*/TRUE); } return (EINVAL); } |
