CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/02 18:43:26
Modified files:
sys/dev/fdt : dwpcie.c rkpcie.c
Log message:
Change pci_intr_handle_t into a struct and replace duplicated code that
implements mapping of MSI and MSI-X interrupts with new generic functions.
Fixes a use-after-free in sone PCI device drivers that call pci_intr_string(9)
after pci_intr_establish(9).
ok deraadt@
