summaryrefslogtreecommitdiffstats
path: root/sys/dev/dpt/dpt_scsi.c
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-03-22 16:10:28 +0000
committermav <mav@FreeBSD.org>2015-03-22 16:10:28 +0000
commit346273b3b261e7e750cc49355b25c72c654b72f1 (patch)
treea46bd5b9cabd421b2112c53ef637b54114865854 /sys/dev/dpt/dpt_scsi.c
parent6b287b9c19515c0b5e97d4273bd836a784e2c4b6 (diff)
downloadFreeBSD-src-346273b3b261e7e750cc49355b25c72c654b72f1.zip
FreeBSD-src-346273b3b261e7e750cc49355b25c72c654b72f1.tar.gz
Remove MAXBSIZE use from drivers where it has nothing to do.
In some cases limits are just not needed, in others -- DFLTPHYS is the right constant to use instead. MFC after: 1 month
Diffstat (limited to 'sys/dev/dpt/dpt_scsi.c')
-rw-r--r--sys/dev/dpt/dpt_scsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c
index a31cf79..e6bbf1f 100644
--- a/sys/dev/dpt/dpt_scsi.c
+++ b/sys/dev/dpt/dpt_scsi.c
@@ -1388,7 +1388,7 @@ dpt_init(struct dpt_softc *dpt)
/* highaddr */ BUS_SPACE_MAXADDR,
/* filter */ NULL,
/* filterarg */ NULL,
- /* maxsize */ MAXBSIZE,
+ /* maxsize */ DFLTPHYS,
/* nsegments */ dpt->sgsize,
/* maxsegsz */ BUS_SPACE_MAXSIZE_32BIT,
/* flags */ BUS_DMA_ALLOCNOW,
OpenPOWER on IntegriCloud