On 30/11/2018 17:47, Jaromir Dolecek wrote:
Module Name: src
Committed By: jdolecek
Date: Fri Nov 30 17:47:54 UTC 2018
Modified Files:
src/sys/dev/pci: ahcisata_pci.c xhci_pci.c
Log Message:
simplify intr establish code - rely on pci_intr_alloc() to allow
also MSI-X, and to return interrupt types which are possible for
pci_intr_establish(); remove fallbacks to retry with MSI/MSI-X
explicitly disabled
discussed on tech-kern@
https://mail-index.netbsd.org/tech-kern/2018/11/27/msg024240.html
err, RIP *_DISABLE_MSI{,X}?
delete them from sys/dev/pci/files.pci?
Nick