summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_base.c
diff options
context:
space:
mode:
authordufault <dufault@FreeBSD.org>1995-01-19 12:41:36 +0000
committerdufault <dufault@FreeBSD.org>1995-01-19 12:41:36 +0000
commit05d6c07611e09c335946faa3a8ea79a1fce4bbf7 (patch)
treea1dadceebf15ccc52bd828fe34f0541cf7306dd7 /sys/scsi/scsi_base.c
parent1918e6dc4ca347d2dcdbff5e3adb384dd8b03d1e (diff)
downloadFreeBSD-src-05d6c07611e09c335946faa3a8ea79a1fce4bbf7.zip
FreeBSD-src-05d6c07611e09c335946faa3a8ea79a1fce4bbf7.tar.gz
Remove dup biodone and no more SCSIUSER option.
Diffstat (limited to 'sys/scsi/scsi_base.c')
-rw-r--r--sys/scsi/scsi_base.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c
index 4fae13b..ac790cc 100644
--- a/sys/scsi/scsi_base.c
+++ b/sys/scsi/scsi_base.c
@@ -8,7 +8,7 @@
* file.
*
* Written by Julian Elischer (julian@dialix.oz.au)
- * $Id: scsi_base.c,v 1.15 1994/11/15 14:49:56 bde Exp $
+ * $Id: scsi_base.c,v 1.16 1995/01/08 13:38:31 dufault Exp $
*/
#define SPLSD splbio
@@ -330,8 +330,6 @@ scsi_done(xs)
* xs when the user returns. (and restarting the device's queue).
*/
if (xs->flags & SCSI_USER) {
- biodone(xs->bp);
-
SC_DEBUG(sc_link, SDEV_DB3, ("calling user done()\n"));
scsi_user_done(xs); /* to take a copy of the sense etc. */
SC_DEBUG(sc_link, SDEV_DB3, ("returned from user done()\n "));
OpenPOWER on IntegriCloud