blob: b6d1b3feea83438d26eeb7e5bbf94aa4c1cc5e86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.2 1998/11/22 10:37:28 dawes Exp $
|