NetBSD/sys/arch/vax
mhitch a5e785cccf Don't map the framebuffer again when attaching the lcspx driver if it was
already mapped in the early console startup.

The software cursor isn't going to blink if we don't start it - set up the
callout when attaching.

Now that the cursor blink routine is actually called, blink the entire cursor
line rather than just the first pixel.

Don't try to clear the current cursor if the pointer to it hasn't been
initialized.  This seems to happen when using the display as console, but
not when using a serial console.

On early console startup, use the framebuffer sizes, not the character cell
size to compute how much to clear.

The lcspx display will now initialize when booting with the display console,
but the dz device is not detected and the keyboard will not work yet.  I
haven't tracked down why the dz device isn't found (it works fine when
using a serial console).
2004-03-19 20:12:07 +00:00
..
bi __KERNEL_RCSID() 2003-07-15 02:15:00 +00:00
boot Uppercase CPU. 2004-02-13 10:11:56 +00:00
compile
conf Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
consolerl
floppy
if Spell address with two d's. Inspired by similar changes in OpenBSD, 2003-11-10 08:51:51 +00:00
include Fix == vs = typo from rev. 1.13 in __va_copy; from David H. Gutteridge 2004-03-19 08:38:28 +00:00
mba hpfinish: pass correct buffer to diskerr(); 2003-12-29 16:23:58 +00:00
stand Convert to usage of UUDECODE_FILES and standardize on filename extension 2004-03-19 08:07:22 +00:00
uba Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
vax add kernel part of concurrency support for SA on MP systems 2004-03-14 01:08:47 +00:00
vsa Don't map the framebuffer again when attaching the lcspx driver if it was 2004-03-19 20:12:07 +00:00
Makefile