CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2020/06/17 00:17:19

Modified files:
        sys/arch/i386/pci: pci_machdep.c pci_machdep.h 

Log message:
add a dumb pci_intr_establish_cpu().

i386 doesnt support msix, and the interrupt code assumes that it
only ties stuff to cpu0. this mostly exists so the api exists for
multiq drivers to compile against, but fail with when they try to
use it.

tested with a hacked up vmx(4).

Reply via email to