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 To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/dev/pci/ahcisata_pci.c cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/xhci_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.