diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 1998-07-25 04:48:25 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 1998-07-25 04:48:25 +0000 |
| commit | d8bb36bb8a26df8476ee190e137602cb4cce6f5e (patch) | |
| tree | ffac41f51cd14e0e0f9023afc6542298b9a08acb /sys/dev/isp | |
| parent | 72c36e1413f37a1df62809fdfd3eeef3149446de (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp_freebsd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index 02c33d6b7f8b..b9bf84d5fa99 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 |
