On Wed, May 17, 2017 at 09:33:37PM +0000, Stephen McConnell wrote: > Author: slm > Date: Wed May 17 21:33:37 2017 > New Revision: 318427 > URL: https://svnweb.freebsd.org/changeset/base/318427 > > Log: > Add tri-mode support (SAS/SATA/PCIe). > > This includes NVMe device support and adds support for the following > adapters: > SAS 3408 > SAS 3416 > SAS 3508 > SAS 3516 > SAS 3616 > SAS 3708 > SAS 3716 > > Reviewed by: ken, scottl, asomers, mav > Approved by: ken, scottl, mav > MFC after: 2 weeks > Relnotes: yes > Differential Revision: https://reviews.freebsd.org/D10095
It seems that this commit causes the following compilation issue: cc1: warnings being treated as errors /scratch/tmp/kib/ino64/sys/dev/mpr/mpr_sas.c: In function 'mprsas_build_nvme_unm ap': /scratch/tmp/kib/ino64/sys/dev/mpr/mpr_sas.c:1839: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] --- mpr_sas.o --- *** [mpr_sas.o] Error code 1 at least on powerpc. _______________________________________________ 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"