artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31a33b6
)
Call xbf_intr for polled transfers that can't sleep
author
mikeb
<mikeb@openbsd.org>
Tue, 6 Jun 2017 20:33:28 +0000
(20:33 +0000)
committer
mikeb
<mikeb@openbsd.org>
Tue, 6 Jun 2017 20:33:28 +0000
(20:33 +0000)
sys/dev/pv/xbf.c
patch
|
blob
|
history
diff --git
a/sys/dev/pv/xbf.c
b/sys/dev/pv/xbf.c
index
d5c4477
..
edf975c
100644
(file)
--- a/
sys/dev/pv/xbf.c
+++ b/
sys/dev/pv/xbf.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: xbf.c,v 1.2
8 2017/03/19 16:37:19
mikeb Exp $ */
+/* $OpenBSD: xbf.c,v 1.2
9 2017/06/06 20:33:28
mikeb Exp $ */
/*
* Copyright (c) 2016 Mike Belopuhov
@@
-688,6
+688,7
@@
xbf_poll_cmd(struct scsi_xfer *xs, int desc, int timo)
delay(10);
else
tsleep(xs, PRIBIO, "xbfpoll", 1);
+ xbf_intr(xs->sc_link->adapter_softc);
} while(--timo > 0);
return (0);