Re: svn commit: r357710 - in head/sys: cam/ata cam/nvme cam/scsi ufs/ffs

2020-02-09 Thread Cy Schubert
In message <072b4947-08b4-4516-80f6-d4f7c0687...@samsco.org>, Scott Long writes : > > > >> > >> It seems that this commit makes our systems to hang at the point, when try > ing > >> to mount the > >> root partition, last seen message on console is: > >> > >> [...] > >> mountroot: waiting for de

Re: svn commit: r357710 - in head/sys: cam/ata cam/nvme cam/scsi ufs/ffs

2020-02-09 Thread Scott Long
>> >> It seems that this commit makes our systems to hang at the point, when trying >> to mount the >> root partition, last seen message on console is: >> >> [...] >> mountroot: waiting for device /dev/gpt/root... >> >> >> The root partitions on those systems resides on UFS2 formated SSDs (if

Re: svn commit: r357710 - in head/sys: cam/ata cam/nvme cam/scsi ufs/ffs

2020-02-09 Thread Cy Schubert
In message <20200210060145.6920e...@thor.intern.walstatt.dynvpn.de>, "O. Hartma nn" writes: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Am Mon, 10 Feb 2020 00:23:20 + (UTC) > Scott Long schrieb: > > > Author: scottl > > Date: Mon Feb 10 00:23:20 2020 > > New Revision: 357710 > > U

Re: svn commit: r357710 - in head/sys: cam/ata cam/nvme cam/scsi ufs/ffs

2020-02-09 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am Sun, 9 Feb 2020 22:11:51 -0700 Scott Long schrieb: > > On Feb 9, 2020, at 10:01 PM, O. Hartmann wrote: > > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > > Am Mon, 10 Feb 2020 00:23:20 + (UTC) > > Scott Long schrieb: > >

Re: svn commit: r357710 - in head/sys: cam/ata cam/nvme cam/scsi ufs/ffs

2020-02-09 Thread Cy Schubert
In message , Li-Wen Hsu writes: > On Mon, Feb 10, 2020 at 1:02 PM O. Hartmann wrote: > > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > > Am Mon, 10 Feb 2020 00:23:20 + (UTC) > > Scott Long schrieb: > > > > > Author: scottl > > > Date: Mon Feb 10 00:23:20 2020 > > > New Revisi

Re: svn commit: r357710 - in head/sys: cam/ata cam/nvme cam/scsi ufs/ffs

2020-02-09 Thread Li-Wen Hsu
On Mon, Feb 10, 2020 at 1:02 PM O. Hartmann wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Am Mon, 10 Feb 2020 00:23:20 + (UTC) > Scott Long schrieb: > > > Author: scottl > > Date: Mon Feb 10 00:23:20 2020 > > New Revision: 357710 > > URL: https://svnweb.freebsd.org/changese

Re: svn commit: r357710 - in head/sys: cam/ata cam/nvme cam/scsi ufs/ffs

2020-02-09 Thread Scott Long
> On Feb 9, 2020, at 10:01 PM, O. Hartmann wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Am Mon, 10 Feb 2020 00:23:20 + (UTC) > Scott Long schrieb: > >> Author: scottl >> Date: Mon Feb 10 00:23:20 2020 >> New Revision: 357710 >> URL: https://svnweb.freebsd.org/changeset

Re: svn commit: r357710 - in head/sys: cam/ata cam/nvme cam/scsi ufs/ffs

2020-02-09 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am Mon, 10 Feb 2020 00:23:20 + (UTC) Scott Long schrieb: > Author: scottl > Date: Mon Feb 10 00:23:20 2020 > New Revision: 357710 > URL: https://svnweb.freebsd.org/changeset/base/357710 > > Log: > Add rudamentary support for UFS to probe whe

svn commit: r357710 - in head/sys: cam/ata cam/nvme cam/scsi ufs/ffs

2020-02-09 Thread Scott Long
Author: scottl Date: Mon Feb 10 00:23:20 2020 New Revision: 357710 URL: https://svnweb.freebsd.org/changeset/base/357710 Log: Add rudamentary support for UFS to probe whether a block device supports the BIO_SPEEDUP command. Add complimentary support to the CAM periphs that support it. Modi