diff options
-rw-r--r-- | sys/cam/scsi/scsi_da.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index 8169aa2..6b5802d 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -1160,6 +1160,7 @@ daregister(struct cam_periph *periph, void *arg) softc->dev = disk_create(periph->unit_number, &softc->disk, 0, &da_cdevsw, &dadisk_cdevsw); softc->dev->si_drv1 = periph; + softc->dev->si_iosize_max = DFLTPHYS; /* * Add async callbacks for bus reset and |