Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ik(4) — Ultrix/UWS 4.2 VAX

Media Vault

Software Library

Restoration Projects

Artifacts Sought

ik(4)  —  VAX  —  Unsupported

Name

ik − Ikonas frame buffer, graphics device interface

Syntax

device ik0 at uba? csr 0172460 vector ikintr

Description

The ik program provides an interface to an Ikonas frame buffer graphics device. Each minor device is a different frame buffer interface board. When the device is opened, its interface registers are mapped, by virtual memory, into the user processes address space. This allows the user process very high bandwidth to the frame buffer with no system call overhead.

Bytes written or read from the device are DMA’d from or to the interface.  The frame buffer XY address, its addressing mode, etc. must be set up by the user process before calling write or read. 

Other communication with the driver is by ioctls.  The IK_GETADDR ioctl returns the virtual address where the user process can find the interface registers.  The IK_WAITINT ioctl suspends the user process until the ikonas device has interrupted (for whatever reason — the user process has to set the interrupt enables). 

Restrictions

An invalid access (for example, longword) to a mapped interface register can cause the system to crash with a machine check. 

Files

/dev/ik

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026