2 Framebuffer driver for Cirrus Logic chipsets
3 Copyright 1999 Jeff Garzik <jgarzik@pobox.com>
7 { just a little something to get people going; contributors welcome! }
11 Chip families supported:
25 Architectures supported:
28 PPC (Motorola Powerstack)
35 At the moment, there are two kernel command line arguments supported:
41 Full support for startup video modes (modedb) will be integrated soon.
47 * Preliminary Laguna support
48 * Overhaul color register routines.
49 * Associated with the above, console colors are now obtained from a LUT
50 called 'palette' instead of from the VGA registers. This code was
51 modeled after that in atyfb and matroxfb.
52 * Code cleanup, add comments.
53 * Overhaul SR07 handling.
59 * Correctly set default startup video mode.
60 * Do not override ram size setting. Define
61 CLGEN_USE_HARDCODED_RAM_SETTINGS if you _do_ want to override the RAM
63 * Compile fixes related to new 2.3.x IORESOURCE_IO[PORT] symbol changes.
64 * Use new 2.3.x resource allocation.
71 * Assertions no longer cause an oops on purpose.
77 * Add compatibility support. Now requires a 2.1.x, 2.2.x or 2.3.x kernel.
82 * Several enhancements, smaller memory footprint, a few bugfixes.
83 * Requires kernel 2.3.14-pre1 or later.
88 * Bundled with kernel 2.3.14-pre1 or later.