CVSROOT:        /cvs
Module name:    src
Changes by:     ke...@cvs.openbsd.org   2024/05/19 19:51:32

Modified files:
        sys/dev/pci    : if_rge.c 

Log message:
Map MSI-X in addition to MSI and INTx on rge(4).

Brad noticed on Orange Pi 5 Plus apparently the RTL8125 Ethernet controller
doesn't support MSIs, but does support MSI-X.  With this diff running on
Orange Pi 5+ we switch over from shared INTx to device-specific MSI-X
interrupts.

Tested by Brad.
ok kettenis@

Reply via email to