From: dlg Date: Fri, 17 Jan 2014 22:52:32 +0000 (+0000) Subject: a polled command timing out isnt a software resource shortage, its X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=db73cd8f69eeb65aca6e06d1a8b198bf6dd2aace;p=openbsd a polled command timing out isnt a software resource shortage, its a driver stuffup. aac is XS_NO_CCB clean now. --- diff --git a/sys/dev/ic/aac.c b/sys/dev/ic/aac.c index c69046a4649..c0d241c71f3 100644 --- a/sys/dev/ic/aac.c +++ b/sys/dev/ic/aac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aac.c,v 1.61 2014/01/17 22:51:10 dlg Exp $ */ +/* $OpenBSD: aac.c,v 1.62 2014/01/17 22:52:32 dlg Exp $ */ /*- * Copyright (c) 2000 Michael Smith @@ -2603,7 +2603,7 @@ aac_scsi_cmd(struct scsi_xfer *xs) { printf("%s: command timed out\n", sc->aac_dev.dv_xname); - xs->error = XS_NO_CCB; + xs->error = XS_DRIVER_STUFFUP; scsi_done(xs); splx(s); return;