diff options
Diffstat (limited to 'sys/arch/mvme68k/dev/siop.c')
-rw-r--r-- | sys/arch/mvme68k/dev/siop.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/mvme68k/dev/siop.c b/sys/arch/mvme68k/dev/siop.c index b987b169a12..92e97a08edd 100644 --- a/sys/arch/mvme68k/dev/siop.c +++ b/sys/arch/mvme68k/dev/siop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: siop.c,v 1.5 1996/04/28 11:03:30 deraadt Exp $ */ +/* $OpenBSD: siop.c,v 1.6 1997/11/24 01:13:52 mickey Exp $ */ /* * Copyright (c) 1994 Michael L. Hitch @@ -326,10 +326,6 @@ siop_scsidone(acb, stat) if (acb == NULL || xs == NULL) panic("siop_scsidone"); #endif -#if 0 - if (((struct device *)(slp->device_softc))->dv_unit < dk_ndrive) - ++dk_xfer[((struct device *)(slp->device_softc))->dv_unit]; -#endif /* * is this right? */ |