mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-24 16:10:11 +00:00
Announce our ability to do DFLTPHYS sized transfers.
This commit is contained in:
parent
7e579a7c0a
commit
2c71b5639f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110730
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user