svn commit: r268045 - in head/sys: amd64/conf i386/conf

Marius Strobl marius at alchemy.franken.de
Mon Jun 30 17:00:33 UTC 2014


On Mon, Jun 30, 2014 at 04:18:38PM +0000, Ed Maste wrote:
> Author: emaste
> Date: Mon Jun 30 16:18:38 2014
> New Revision: 268045
> URL: http://svnweb.freebsd.org/changeset/base/268045
> 
> Log:
>   Add vt(4) to GENERIC and retire the separate VT config
>   
>   vt(4) and sc(4) can now coexist in the same kernel.  To choose the vt
>   driver, set the loader tunable kern.vty=vt .

I don't know whether it previously was possible to build both syscons(4)
and vt(4) into a single kernel from a compiler and linker point of view.
However, at least now it's time to add the appropriate vt(4) bits to the
MI and various MD NOTES files.

Marius



More information about the svn-src-all mailing list