summaryrefslogtreecommitdiffstats
path: root/CALLMAP
diff options
context:
space:
mode:
authorShawn Starr <shawn.starr@rogers.com>2014-12-11 06:44:56 +0000
committerShawn Starr <shawn.starr@rogers.com>2014-12-11 06:44:56 +0000
commit13d7b0c0a457b17e60ff5900151b2c6614849b4a (patch)
tree355c5eadaab9f809a281bde4491c39ef12e1adb3 /CALLMAP
downloadxf86-video-s3virge-exa.git-master.tar.gz
xf86-video-s3virge-exa.git-master.tar.xz
xf86-video-s3virge-exa.git-master.zip
Initial commit of S3virge EXA supportHEADmaster
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 $