mirror of
https://github.com/X11Libre/xf86-video-siliconmotion.git
synced 2026-03-24 01:25:00 +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-siliconmotion/-/merge_requests/11>
23 lines
618 B
Plaintext
23 lines
618 B
Plaintext
-- Only Once, calling order --
|
|
ChipIdentify (SMIIdentify)
|
|
ChipProbe (SMIProbe)
|
|
Passive only, no ram determination, no writing
|
|
|
|
-- For each ScrnInfoRec, still calling order --
|
|
ChipPreInit (SMIPreInit)
|
|
Allows probing and mapping, hardware must remain unchanged
|
|
ChipGetRec
|
|
|
|
ChipScreenInit
|
|
ChipMapMem
|
|
ChipSave
|
|
vgaHWSaveMMIO
|
|
ChipModeInit
|
|
vtSema=TRUE
|
|
ChipWriteMode
|
|
vgaHWRestoreMMIO
|
|
|
|
Header: \\Mercury\Projects\archives\XFree86 4.0\CALLMAP.-arc 1.1 13 Jul 2000 18:16:58 Frido $
|
|
|
|
$XFree86: xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/CALLMAP,v 1.1 2000/11/28 20:59:18 dawes Exp $
|