Re: svn commit: r280363 - stable/10/usr.sbin/bhyve

2015-03-23 Thread Dan Mack
I just tried to build 280369 and got this: --- all_subdir_bhyve --- /usr/src/usr.sbin/bhyve/pci_ahci.c:1512:8: error: use of undeclared identifier 'dsm' ncq = dsm = 0; ^ 1 error generated. *** [pci_ahci.o]

Re: svn commit: r280363 - stable/10/usr.sbin/bhyve

2015-03-23 Thread Alexander Motin
On 23.03.2015 16:35, Dan Mack wrote: I just tried to build 280369 and got this: --- all_subdir_bhyve --- /usr/src/usr.sbin/bhyve/pci_ahci.c:1512:8: error: use of undeclared identifier 'dsm' ncq = dsm = 0; ^ 1 error generated.

svn commit: r280363 - stable/10/usr.sbin/bhyve

2015-03-23 Thread Alexander Motin
Author: mav Date: Mon Mar 23 11:48:25 2015 New Revision: 280363 URL: https://svnweb.freebsd.org/changeset/base/280363 Log: MFC r280293: Add missing variable initialization. Reported by: Coverity CID: 1288938 Modified: stable/10/usr.sbin/bhyve/pci_ahci.c Directory Properties: