K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2012-01-22T19:37:40.539235Z K 7 svn:log V 622 Make vt(4) work on sparc64, at least on systems with CHRP-compliant framebuffer devices like the Ultra 5. Because vt(4) depends on mutexes and at least one other problematic kernel subsystem I can't identify, and these things become available much later on sparc64 that on other architectures, it only works if console init is moved much later in the boot process. Moving it may not be the best solution here, but does work. Note than newcons as a whole doesn't quite work on the Ultra 5 yet, at least with a regular sun keyboard: the sunkbd driver seems not to attach without syscons for reasons that are obscure to me. END