CVSROOT: /cvs Module name: src Changes by: gkoeh...@cvs.openbsd.org 2022/12/30 22:06:18
Modified files: sys/arch/macppc/pci: vgafb.c Log message: Look for the first 2 mem regions, ignore the rest Some macppc nvidia graphics cards have a 3rd mem region, but nv(4) wants to mmap the 1st and 2nd regions. ok miod@