mirror of
https://github.com/X11Libre/xf86-video-s3virge.git
synced 2026-03-24 01:24:29 +00:00
Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'`
`git diff -w` & `git diff -b` show no diffs from this change
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-s3virge/-/merge_requests/11>
24 lines
511 B
Plaintext
24 lines
511 B
Plaintext
-- 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 $
|