STI(4) | Device Drivers Manual | STI(4) |
sti
— HP Standard
Text Interface
sti* at mainbus0
sti* at pci?
sti* at phantomas0
wsdisplay* at sti?
The sti
was created by HP to provide
uniform frame-buffer access operations for their 9000/300 and 9000/700
series of workstations.
The following models are supported (though not all features or frame buffer depths may be available):
Model | Bits | Mem | 3D | Machines/Cards |
VRX | 8 | 2 | HP9000/362/382 | |
EVRX | 8 | 2 | HP9000/425e | |
Timber | 8 | 2 | HP9000/705/710 | |
GRX | 8g | 2 | SGC | |
CRX | 8 | 2 | SGC | |
Tomcat | 8 | 2 | SGC | |
Stinger | 8 | 2 | HP9000/7[12]5/74[257]i | |
Artist | 8 | 2 | HP9000/712/7[12]5/74[38]i | |
CRX-24 | 24 | 16 | SGC | |
HCRX-8 | 8 | 2 | GSC | |
HCRX-24 | 24 | 16 | GSC | |
Visualize EG | 16 | 2 | HP B/C-class, GSC/PCI | |
Visualize FXE | 24 | 24 | y | PCI 32/66 |
Visualize FX2 | 24 | 24 | y | PCI 64/66 |
Visualize FX4/FX6 | 24 | 32 | y | PCI 64/66 |
Implementation consists of a set of functions burnt in to the PROM on the card and providing the following set of functions (see below for PROM revision history on functions supported by particular PROM revision):
There are two modes for accessing the PROM: “byte” and “word” mode. In “byte” mode each 4-byte word contains only the low-ordered big-endian byte of data; i.e., to compose one word of data 4 words should be read and low-ordered bytes of those should be shifted correspondingly. In “word” mode each word contains all 4 bytes of valid data.
PROM revision history:
curr_mon
function.user_data
sti
space usage.Windows NT (tm)
.GSC
bus, ROM-less
operation.dma_ctrl
function added.flow_ctrl
function added.user_timing
function added.Visualize FX
due to
rearchitecture for performance.process_mgr
function added.PCI
EPROM map mode,
implemented on Visualize EG
.Visualize FXE
.sti_util
function added (flashing under HP-UX and
other sideband traffic).intro(4), pci(4), phantomas(4), wsdisplay(4)
Standard Text Interface For Graphics Devices, Hewlett-Packard, Revision 8.13, March 1, 2000.
The sti
driver was written by
Michael Shalayeff
<mickey@openbsd.org>
for HPPA port for OpenBSD 2.7.
Currently, neither scroll back nor screen blanking functions are implemented.
March 19, 2014 | OpenBSD-6.7 |