CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/25 15:43:41
Modified files:
sys/arch/sparc64/dev: vpci.c
Log message:
Fix variable shadowing that caused us to map the entire range (many
gigabytes) instead of just the amount the caller asked for. This
resulted in a noticeable delay while attaching devices using multiple
msi-x vectors as we map and unmap the msi-x table for each vector.
ok kettenis@
