Enable tagged queuing again; should work now with scsipi_base rev 1.42
This commit is contained in:
parent
8b5bf22895
commit
8aa2f73d43
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: ncr53c9x.c,v 1.78 2001/04/30 13:58:32 bouyer Exp $ */
|
/* $NetBSD: ncr53c9x.c,v 1.79 2001/05/18 12:57:42 bouyer Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||||
|
@ -897,12 +897,10 @@ ncr53c9x_scsipi_request(chan, req, arg)
|
||||||
ti->period = 0;
|
ti->period = 0;
|
||||||
ti->offset = 0;
|
ti->offset = 0;
|
||||||
|
|
||||||
#if 0 /* commands timeout */
|
|
||||||
if ((sc->sc_cfflags & (1<<(xm->xm_target+16))) == 0 &&
|
if ((sc->sc_cfflags & (1<<(xm->xm_target+16))) == 0 &&
|
||||||
(xm->xm_mode & PERIPH_CAP_TQING))
|
(xm->xm_mode & PERIPH_CAP_TQING))
|
||||||
ti->flags |= T_TAG;
|
ti->flags |= T_TAG;
|
||||||
else
|
else
|
||||||
#endif
|
|
||||||
ti->flags &= ~T_TAG;
|
ti->flags &= ~T_TAG;
|
||||||
|
|
||||||
if ((xm->xm_mode & PERIPH_CAP_WIDE16) != 0) {
|
if ((xm->xm_mode & PERIPH_CAP_WIDE16) != 0) {
|
||||||
|
|
Loading…
Reference in New Issue