CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/06/02 15:01:52
Modified files: sys/dev/pci : pcireg.h sys/arch/amd64/pci: pci_machdep.c Log message: Fix two issues in the MSI-X code. First, actually read the MSI-X capability register. Second, correctly decode the table sizefromits contents. First issue pointed out by David Hill (with the help of clang). Second issue spotted after seeing a diff from Christiano Hasbaert.