artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ded3744
)
a polled command timing out isnt a software resource shortage, its
author
dlg
<dlg@openbsd.org>
Fri, 17 Jan 2014 22:52:32 +0000
(22:52 +0000)
committer
dlg
<dlg@openbsd.org>
Fri, 17 Jan 2014 22:52:32 +0000
(22:52 +0000)
a driver stuffup.
aac is XS_NO_CCB clean now.
sys/dev/ic/aac.c
patch
|
blob
|
history
diff --git
a/sys/dev/ic/aac.c
b/sys/dev/ic/aac.c
index
c69046a
..
c0d241c
100644
(file)
--- a/
sys/dev/ic/aac.c
+++ b/
sys/dev/ic/aac.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: aac.c,v 1.6
1 2014/01/17 22:51:10
dlg Exp $ */
+/* $OpenBSD: aac.c,v 1.6
2 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;