summaryrefslogtreecommitdiffstats
path: root/CALLMAP
diff options
context:
space:
mode:
Diffstat (limited to 'CALLMAP')
-rw-r--r--CALLMAP23
1 files changed, 23 insertions, 0 deletions
diff --git a/CALLMAP b/CALLMAP
new file mode 100644
index 0000000..7ca58e0
--- /dev/null
+++ b/CALLMAP
@@ -0,0 +1,23 @@
+-- Only Once, calling order --
+ChipIdentify (S3VIdentify)
+ChipProbe (S3VProbe)
+ Passive only, no ram determination, no writing
+
+-- For each ScrnInfoRec, still calling order --
+ChipPreInit (S3VPreInit)
+ Allows probing and mapping, hardware must remain unchanged
+ ChipGetRec
+
+ChipScreenInit
+ ChipMapMem
+ ChipSave
+ vgaHWSaveMMIO
+ ChipModeInit
+ vtSema=TRUE
+ ChipWriteMode
+ vgaHWRestoreMMIO
+
+
+
+
+$XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3virge/CALLMAP,v 1.1 1998/11/01 12:35:58 dawes Exp $