summaryrefslogtreecommitdiff
path: root/sys/dev/dpt/dpt_scsi.c
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2015-03-22 16:10:28 +0000
committerAlexander Motin <mav@FreeBSD.org>2015-03-22 16:10:28 +0000
commit6f954fb36b28550c58678125b289ae80ea4d7089 (patch)
treea46bd5b9cabd421b2112c53ef637b54114865854 /sys/dev/dpt/dpt_scsi.c
parent1b0c700c844688b144e926703f66bb2c2c7b622f (diff)
Notes
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 a31cf797035ba..e6bbf1f969275 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,