Disable tagged queuing for now, it causes commands timeouts.
Note that it's not worse since thorpej_scsipi integration: tagged queuing was not used before, because of a tag message rejected at probe time.
This commit is contained in:
parent
d032d80637
commit
856411129e
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ncr53c9x.c,v 1.75 2001/04/25 17:53:33 bouyer Exp $ */
|
||||
/* $NetBSD: ncr53c9x.c,v 1.76 2001/04/26 17:09:39 bouyer Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
@ -899,10 +899,12 @@ ncr53c9x_scsipi_request(chan, req, arg)
|
||||
ti->period = 0;
|
||||
ti->offset = 0;
|
||||
|
||||
#if 0 /* commands timeout */
|
||||
if ((sc->sc_cfflags & (1<<(xm->xm_target+16))) == 0 &&
|
||||
(xm->xm_mode & PERIPH_CAP_TQING))
|
||||
ti->flags |= T_TAG;
|
||||
else
|
||||
#endif
|
||||
ti->flags &= ~T_TAG;
|
||||
|
||||
if ((xm->xm_mode & PERIPH_CAP_WIDE16) != 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user