PERFORCE change 78428 for review
Marcel Moolenaar
marcel at FreeBSD.org
Sun Jun 12 06:49:40 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=78428
Change 78428 by marcel at marcel_nfs on 2005/06/12 06:49:28
Add a sysinit for VTC. We need to wire-up the hardware
drivers for input and output to the initial VT. We also
need to kick the generic low-level console out and get
the accelerated hardware driver involved. This latter
may cause a graphics mode change and thus should not
happen when we first come across the hardware during
bus enumeration. This would only disturb the boot and
thus needs to happen last before we run the scheduler.
Affected files ...
.. //depot/projects/tty/sys/sys/kernel.h#11 edit
Differences ...
==== //depot/projects/tty/sys/sys/kernel.h#11 (text+ko) ====
@@ -166,6 +166,7 @@
SI_SUB_KTHREAD_UPDATE = 0xec00000, /* update daemon*/
SI_SUB_KTHREAD_IDLE = 0xee00000, /* idle procs*/
SI_SUB_SMP = 0xf000000, /* start the APs*/
+ SI_SUB_VTC = 0xff00000, /* Setup VTs */
SI_SUB_RUN_SCHEDULER = 0xfffffff /* scheduler*/
};
More information about the p4-projects
mailing list