Subject: framebuffer access
To: None <port-sparc64@NetBSD.org>
From: Radek Kujawa <streamer@cytrynka.infoland.int.pl>
List: port-sparc64
Date: 11/12/2005 12:49:27
Hi.
	I'd like to access framebufer from user-space (by using wscons
preferably). However, I read in the FAQ that memory mapping of devices
does not work on sparc64.
	Until now I just opened device, ioctl'd it into
WSDISPLAYIO_MODE_MAPPED and mmaped it. But it's not possible on sparc64.
	So, is there any other standard way to read and write to
framebuffer?

TIA
Radek