summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/dev/siop.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-05-29 10:15:55 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-05-29 10:15:55 +0000
commitef9b5449c466470e5241ed75226f1d70921ec10c (patch)
treeeed1e5d5c1692c582fe6a670ff97f50c75f1a66c /sys/arch/amiga/dev/siop.c
parenta7586fe5b7fc8cab4fec3c60ca9dc5f2dcdd8627 (diff)
Merge of 960526 NetBSD
Diffstat (limited to 'sys/arch/amiga/dev/siop.c')
-rw-r--r--sys/arch/amiga/dev/siop.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/sys/arch/amiga/dev/siop.c b/sys/arch/amiga/dev/siop.c
index fa6348db5e8..127d1fc25d1 100644
--- a/sys/arch/amiga/dev/siop.c
+++ b/sys/arch/amiga/dev/siop.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: siop.c,v 1.7 1996/05/02 06:44:34 niklas Exp $ */
-/* $NetBSD: siop.c,v 1.32 1996/04/28 06:28:24 mhitch Exp $ */
+/* $OpenBSD: siop.c,v 1.8 1996/05/29 10:15:43 niklas Exp $ */
+/* $NetBSD: siop.c,v 1.33 1996/05/12 02:26:26 mhitch Exp $ */
/*
* Copyright (c) 1994 Michael L. Hitch
@@ -377,13 +377,6 @@ siop_scsidone(acb, stat)
slp = xs->sc_link;
sc = slp->adapter_softc;
/*
- * XXX Support old-style instrumentation for now.
- * IS THIS REALLY THE RIGHT PLACE FOR THIS? --thorpej
- */
- if (slp->device_softc &&
- ((struct device *)(slp->device_softc))->dv_unit < dk_ndrive)
- ++dk_xfer[((struct device *)(slp->device_softc))->dv_unit];
- /*
* is this right?
*/
xs->status = stat;