>> >> 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 this h >> as any relevance). > > What does fstab have to mount root? > > Mine that work use gmirror: > > /dev/mirror/gm0a / ufs rw 1 1 > > The machines that hang use: > > /dev/ada0s1a / ufs rw 1 1 > or a disk with a UFS label (essentially the same thing). >
Can you try changing the “return (0)” that I added to “return (-1)” in ata_da.c et all? That might fix it, but I can’t easily test booting off of UFS at the moment. Scott _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"