diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-11-25 17:52:03 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-11-25 17:52:03 +0000 |
commit | 964f11c55ef25ce29098cb30b19cb9ceae4789df (patch) | |
tree | c0d53a0a81f68002afaa36acf4090916a7d9ea17 /sys/arch/vax | |
parent | 5e6e3b874e0aa94592dfaa1ab0d2f4211616a6a5 (diff) |
Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.
"looks sane to me" marco@
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/dec/sii.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/dec/sii.c b/sys/arch/vax/dec/sii.c index 1890c26cd23..1883e634827 100644 --- a/sys/arch/vax/dec/sii.c +++ b/sys/arch/vax/dec/sii.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sii.c,v 1.3 2008/08/30 20:13:03 miod Exp $ */ +/* $OpenBSD: sii.c,v 1.4 2008/11/25 17:52:02 krw Exp $ */ /* $NetBSD: sii.c,v 1.42 2000/06/02 20:20:29 mhitch Exp $ */ /* * Copyright (c) 2008 Miodrag Vallat. @@ -240,7 +240,7 @@ sii_scsi_cmd(xs) #ifdef DEBUG printf("[busy at start]\n"); #endif - return (TRY_AGAIN_LATER); + return (NO_CCB); } /* * Build a ScsiCmd for this command and start it. |