Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-21 | During early device probes, make sure to iounaccess() address ranges when | Miod Vallat | |
they are no longer necessary. No good reason to do so but correctness, and then leaving correct mappings after probe might hide bugs. | |||
2007-12-28 | If initializing a frame buffer as glass console fails, instead of an invisible | Miod Vallat | |
panic (for you ichc fans out there), disable the wscons console and force a console device reselection, which ends up in picking a serial console. This should not happen, but just in case, it's a less rude behaviour. | |||
2007-12-18 | Better probe routine for lcg, now that I found the magic bit on KA46. | Miod Vallat | |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback | |
obvious. | |||
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat | |
driver to be able to tell how many wscons screens to attach to it, instead of WSDISPLAY_DEFAULTSCREENS which is a global setting. | |||
2006-08-22 | More register defines. | Miod Vallat | |
2006-08-06 | Replace magic numbers with adequate #defines, support vsync disabling in the | Miod Vallat | |
burner routine, and do the colormap updates during vertical retrace, instead of using a fixed delay. | |||
2006-08-05 | Colormap ioctls, at last. | Miod Vallat | |
2006-08-03 | A more reliable way to find out that the card is not there. | Miod Vallat | |
2006-08-01 | If there is VRAM at the lcg address, but we can't make sense of the | Miod Vallat | |
configuration register, match anyway and bail out during attach, printing the configuration register value, so that this gets noticed and the code can be made aware of this particular model. | |||
2006-07-29 | At attach() time, do not simply trust the L3 switch to know if we are the | Miod Vallat | |
console, check for cn_tab pointing to wsdisplay as well. | |||
2006-07-29 | Rewrite glass console detection and initialization code, it's simpler and | Miod Vallat | |
will not allocate frame buffer resources at probe time. A few buglets fixed while doing so. | |||
2006-07-24 | Make sure the mapped frame buffer area is a multiple of the logical page | Miod Vallat | |
size, for mmap to be happy. | |||
2006-07-24 | Add a wsdisplay driver for the frame buffer found on VS4000/60 and VLC | Miod Vallat | |
systems, based on Blaz Antonic's work and adjusted to fit modern wscons requirements; currently running as a dumb frame buffer, acceleration code going in soon. |