This strangely causes fallpoint for sandpoint because: sandpoint/include/pci_machdep.h:38:#define __HAVE_PCI_MSI_MSIX Does it really?
Failure at http://releng.netbsd.org/builds/HEAD/201611252110Z/sandpoint.build.failed if_re_pci.o: In function `re_pci_detach': if_re_pci.c:(.text+0x70): undefined reference to `pci_intr_release' if_re_pci.o: In function `re_pci_attach': if_re_pci.c:(.text+0x37c): undefined reference to `pci_intr_alloc' if_re_pci.c:(.text+0x3e0): undefined reference to `pci_intr_alloc' On Fri, Nov 25, 2016 at 12:10:59PM +0000, Kengo NAKAHARA wrote: > Module Name: src > Committed By: knakahara > Date: Fri Nov 25 12:10:59 UTC 2016 > > Modified Files: > src/sys/dev/pci: pci_stub.c pcivar.h > > Log Message: > provide all PCI MSI/MSI-X manipulation stub functions. > > "#ifdef __HAVE_PCI_MSI_MSIX" workaround such as nvme_pci(4) is not required > any more. > http://mail-index.netbsd.org/source-changes/2016/09/17/msg077799.html > > > To generate a diff of this commit: > cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/pci_stub.c > cvs rdiff -u -r1.108 -r1.109 src/sys/dev/pci/pcivar.h > > Please note that diffs are not public domain; they are subject to the > copyright notices on the relevant files. >