--- - branch: MAIN date: Mon Mar 26 02:30:08 UTC 2018 files: - new: '1.124' old: '1.123' path: src/sys/arch/x86/x86/intr.c pathrev: src/sys/arch/x86/x86/intr.c@1.124 type: modified id: 20180326T023008Z.8c868ff3cee036ca1dcd3fa8adbbc22c40c3968b log: | Fix "intrctl list" causes panic while attaching MSI/MSI-X devices. When there are devices which is already pci_intr_alloc'ed, however is not established yet, "intrctl list" causes panic. E.g. # while true; do intrctl list > /dev/null ; done& # drvctl -d ixg0 && drvctl -r pci0 And add some KASSERTMSG to similar but not the same code. Pointed out by msaitoh@n.o. XXX pullup-8 module: src subject: 'CVS commit: src/sys/arch/x86/x86' unixtime: '1522031408' user: knakahara