Date: Sun, 12 Jun 2005 06:49:39 GMT From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 78428 for review Message-ID: <200506120649.j5C6ndum051530@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=78428 Change 78428 by marcel@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*/ };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506120649.j5C6ndum051530>