summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1998-07-25 04:48:25 +0000
committermjacob <mjacob@FreeBSD.org>1998-07-25 04:48:25 +0000
commita3b54b46a33da3eaa79f22ae228ee233e3375670 (patch)
treebde98f58ec8321db67b65fa4b8fd3b1315c93398 /sys/dev/isp
parentf424d5f084d1798c175826301a249b9b44028172 (diff)
downloadFreeBSD-src-a3b54b46a33da3eaa79f22ae228ee233e3375670.zip
FreeBSD-src-a3b54b46a33da3eaa79f22ae228ee233e3375670.tar.gz
minphys means something different in FreeBSD than in NetBSD- not needed here and in the way
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp_freebsd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index 02c33d6..b9bf84d 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/* $Id: isp_freebsd.c,v 1.4 1998/04/15 17:36:08 mjacob Exp $ */
+/* $Id: isp_freebsd.c,v 1.1 1998/04/22 17:54:50 mjacob Exp $ */
/*
* Platform (FreeBSD) dependent common attachment code for Qlogic adapters.
*
@@ -111,7 +111,6 @@ ispminphys(bp)
if (bp->b_bcount >= (1 << 24)) {
bp->b_bcount = (1 << 24);
}
- minphys(bp);
}
static u_int32_t
OpenPOWER on IntegriCloud