Subject: CVS commit: src/sys/arch/macppc/dev
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 09/22/2005 18:16:56
Module Name:	src
Committed By:	macallan
Date:		Thu Sep 22 18:16:56 UTC 2005

Modified Files:
	src/sys/arch/macppc/dev: ofb.c

Log Message:
- center output to match firmware settings when using the ROM font
- allow the super user to mmap() the PCI IO area corresponding to ofb at offset
  0xf2000000 - needed by some XFree drivers ( approved by Bill Studenmund )
- add a hack to allow mmap()ing offset 0xa0000 - 0xbffff if not covered by the
  regular framebuffer mapping at offset 0 ( disabled by default, use options
  OFB_FAKE_VGA_FB ) - this allows buggy XFree drivers which expect the VGA
  framebuffer at this address to work.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/arch/macppc/dev/ofb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.