Date: Sat, 07 Nov 2015 09:11:23 +1100 from: matthew green <[email protected]>
"NONAKA Kimihiro" writes: > Modified Files: > src/sys/dev/pci: if_iwm.c if_iwmvar.h if_rtwn.c if_rtwnreg.h rtsx_pci.c > > Log Message: > Always use pci_intr_alloc(9)/pci_intr_release(9). doesn't this break platforms without __HAVE_PCI_MSI_MSIX? i use wm(4) on sparc64 and have on alpha. It seems to me a better avenue would be to make a generic INTx-only pci_intr_alloc/pci_intr_release so that we don't need preprocessor conditionals to switch between the INTx-only and the INTx/MSI code.
