CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/06/21 04:08:16
Modified files:
sys/arch/macppc/macppc: ofw_machdep.c ofw_machdep.h
sys/arch/macppc/pci: vgafb.c vgafb_pci.c vgafb_pcivar.h
vgafbvar.h
Log message:
Only allow the memory and mmio regions to be mmap()'ed at their real
addresses, remove the magic value to uniformize access to the mmio and
doesn't map the unused pseudo-vga registers.
While here simplify the console attachement logic and removed some
unused global variables. Tested by matthieu@ and myself on various
different G3 and G4 models.
ok kettenis@