Commit Graph

25 Commits

Author SHA1 Message Date
Ian Romanick
3919aed883 Eliminate several unused structure fields.
Eliminate all occurances of CRT1changed, detectedCRT2Devices,
UsePanelScaler, and CenterLCD.
2006-11-17 15:07:30 -08:00
Ian Romanick
61a8290c8f Eliminate numerous unused TV related structure fields and options. 2006-11-17 14:50:59 -08:00
Ian Romanick
215d4276f9 Eliminate all occurances of NoHostBus. 2006-11-17 14:27:47 -08:00
Ian Romanick
00aa236cbc Eliminate all occurances of EMI. 2006-11-17 14:22:00 -08:00
Ian Romanick
800620339d Eliminate all references to xgifb and donttrustpdc.
The references to xgifb are clearly hold-overs from the SiS driver.
It should be clear that the places the refered to "xgifb" actually
meant "sisfb".  Note the reference to 2.4 kernels. :)
2006-11-17 14:16:44 -08:00
Ian Romanick
df9d640b6e Eliminate all occurances of OldMode. 2006-11-17 14:11:22 -08:00
Ian Romanick
424b2f59d2 Eliminate all occurances of CRT1isoff. 2006-11-17 13:55:23 -08:00
Ian Romanick
7afc2c133d Clean-up code surrounding initialization of CRT1off. 2006-11-17 13:53:46 -08:00
Ian Romanick
036aa4a692 Really, eliminate *all* occurances of XvOnCRT2. 2006-11-17 13:43:51 -08:00
Ian Romanick
b665882b21 Eliminate all occurances of XvOnCRT2. 2006-11-17 13:42:48 -08:00
Ian Romanick
c49b44f9fe Delete all occurances of DGAViewportStatus. 2006-11-17 12:58:44 -08:00
Ian Romanick
0dfee6622d Delete all occurances of ROM661New. 2006-11-17 12:55:16 -08:00
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