mirror of
https://github.com/X11Libre/xf86-video-mga.git
synced 2026-03-24 01:24:13 +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-mga/-/merge_requests/17>
26 lines
577 B
Plaintext
26 lines
577 B
Plaintext
|
|
Tech Note: dwg.c
|
|
|
|
author: ajv
|
|
|
|
purpose: to display MGA Storm's dwg register in human readable output.
|
|
|
|
compilation: cc -o stormdwg stormdwg.c or just type make
|
|
|
|
usage: stormdwg hexval
|
|
|
|
hexval will then be decomposed into it's constituent parts and displayed in human
|
|
readable format.
|
|
|
|
BUGS: none known except that it needs to kept up to date if the storms
|
|
spec is changed
|
|
|
|
NOTE: This is not by itself a very usable utility.
|
|
|
|
Andrew van der Stock
|
|
ajv@greebo.net
|
|
|
|
|
|
|
|
$XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/util/README,v 1.2 1999/11/19 13:54:41 hohndel Exp $
|