Commit Graph

263 Commits

Author SHA1 Message Date
Ian Romanick
7f9c30d1bf Delete unused structure members.
Many, many unused structure fields were deleted.  Many more were
documented as probably unused.  Most of this is cruft left around from
the old SiS driver.
2006-11-17 12:49:40 -08:00
Ian Romanick
f08caa5708 Un-libc-wrap. 2006-11-17 11:03:43 -08:00
Ian Romanick
5d9dd818d6 Eliminate switch with only one case.
Eliminate a switch-statement that had only a default case.  Fix
indention / whitespace while here.
2006-11-17 10:50:07 -08:00
Ian Romanick
80d3b18185 Remove dead XF86_VERSION_CURRENT tests.
There are a number of XF86_VERSION_CURRENT tests in the code the
pre-date the XFree86 / X.org schism.  All of these tests (and the
older versions of the code) have been removed.
2006-11-17 10:11:20 -08:00
Ian Romanick
ec12bf3d83 Fix version settings.
Set XORG_VERSION_CURRENT and ABI_VIDEODRV_VERSION in the
XF86ModuleVersionInfo correctly.  Remove '#ifdef XFree86LOADER' cruft.
2006-11-16 15:01:45 -08:00
Ian Romanick
4bef7f3e2b Remove redefinition of kernel types. 2006-11-16 15:00:30 -08:00
Ian Romanick
240ff63455 Fix DRM type names.
This code used the old style names (e.g., drmHandle).  This patches
the code to use the new style names (e.g., drm_handle_t).
2006-11-16 15:00:03 -08:00
Ian Romanick
298bfb66d5 Remove space after backslashes. 2006-11-16 14:58:49 -08:00
Ian Romanick
b0d8bc81e8 Remove spaces after back-slashes. 2006-11-16 14:57:00 -08:00
Ian Romanick
4e1086f670 Fix include file madness.
Make sure that every C file includes config.h.  Make sure that all
extension header files (e.g., Xv.h) come from X11/extensions.  Remove
all of the $XFree86$ cruft.
2006-11-16 13:08:10 -08:00
Ian Romanick
1a3cd0a7f8 Initial pass at getting driver building. Not done yet.
Shuffle files around into their correct places.  Create Makefile.am,
configure.ac, and autogen.sh based on similar files in other drivers.  Delete
pre-modular files (e.g., Imakefile) that are no longer necessary.
2006-11-16 12:41:02 -08:00
Adam Jackson
0ace27ac3e Initial import (bug #8611) 2006-11-16 15:41:38 -05:00
Adam Jackson
dfc30f4b02 Start repo. 2006-11-14 17:30:44 -05:00