Re: Elite3d Acceleration on Sparc64 (firmware blob fun)

2009-07-18 Thread Edd Barrett
On Sat, Jul 18, 2009 at 10:43:49AM +0200, Mark Kettenis wrote: > int newmode, oldmode; > > ioctl(fd, WSDISPLAYIO_GMODE, &oldmode); > newmode = WSDISPLAYIO_MODE_MAPPED; > ioctl(fd, WSDISPLAYIO_SMODE, &newmode); > > ... > > ioctl(fd, WSSDISPLAYIO_SMODE, &oldmode); >

Re: Elite3d Acceleration on Sparc64 (firmware blob fun)

2009-07-18 Thread Mark Kettenis
> Date: Sat, 18 Jul 2009 04:40:47 +0100 > From: Edd Barrett > > Hi Guys, > > I have managed to accelerate an Elite3D card on a Blade 1000. It > requires a binary blob in order to work, the utility to do so is called > afbinit and the port can be found here: > > http://students.dec.bmth.ac.uk/eb