diff options
Diffstat (limited to 'Documentation/sgi-visws.txt')
-rw-r--r-- | Documentation/sgi-visws.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/sgi-visws.txt b/Documentation/sgi-visws.txt new file mode 100644 index 000000000000..7ff0811ca2ba --- /dev/null +++ b/Documentation/sgi-visws.txt | |||
@@ -0,0 +1,13 @@ | |||
1 | |||
2 | The SGI Visual Workstations (models 320 and 540) are based around | ||
3 | the Cobalt, Lithium, and Arsenic ASICs. The Cobalt ASIC is the | ||
4 | main system ASIC which interfaces the 1-4 IA32 cpus, the memory | ||
5 | system, and the I/O system in the Lithium ASIC. The Cobalt ASIC | ||
6 | also contains the 3D gfx rendering engine which renders to main | ||
7 | system memory -- part of which is used as the frame buffer which | ||
8 | is DMA'ed to a video connector using the Arsenic ASIC. A PIIX4 | ||
9 | chip and NS87307 are used to provide legacy device support (IDE, | ||
10 | serial, floppy, and parallel). | ||
11 | |||
12 | The Visual Workstation chipset largely conforms to the PC architecture | ||
13 | with some notable exceptions such as interrupt handling. | ||