summaryrefslogtreecommitdiff
path: root/sys/dev/dpt
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>1998-08-26 19:11:22 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>1998-08-26 19:11:22 +0000
commit8c865c932cd69f870c1a0ded1a0d0f1a3069f6d7 (patch)
treed90e10ccc790909e743f04e3ff322fb5647375ea /sys/dev/dpt
parentce6f26dde3139294aafbc2fb14a44aef44ce74d7 (diff)
Notes
Diffstat (limited to 'sys/dev/dpt')
-rw-r--r--sys/dev/dpt/dpt_scsi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c
index 7f44e424b2bc..b71af5ede233 100644
--- a/sys/dev/dpt/dpt_scsi.c
+++ b/sys/dev/dpt/dpt_scsi.c
@@ -64,7 +64,7 @@
* 3. dpt_handle_timeouts potentially inserts into the queue
*/
-#ident "$Id: dpt_scsi.c,v 1.10 1998/08/10 17:06:28 bde Exp $"
+#ident "$Id: dpt_scsi.c,v 1.11 1998/08/16 23:37:54 bde Exp $"
#define _DPT_C_
@@ -669,12 +669,12 @@ valid_unit:
static void
dpt_target_done(dpt_softc_t * dpt, int bus, dpt_ccb_t * ccb)
{
- int ospl = splsoftcam();
+ int ospl;
eata_ccb_t *cp;
cp = &ccb->eata_ccb;
- /**
+ /*
* Remove the CCB from the waiting queue.
* We do NOT put it back on the free, etc., queues as it is a special
* ccb, owned by the dpt_softc of this unit.