- Minor fixes in the Newcons report

Submitted by:	ray
This commit is contained in:
Gabor Pali 2013-10-10 11:25:12 +00:00
parent bdd0480944
commit cde148dc64
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42926

View file

@ -1587,7 +1587,7 @@
removed.</li>
<li>The history is implemented by a circular buffer, that is, no buffer
overflow but unlimited scrolling.</li>
overflows, scrolling is "unlimited".</li>
<li><tt>VT_PROCESS</tt> mode, a way to hold the terminal. For
example, X.Org uses this feature to prevent the user from
@ -1595,7 +1595,7 @@
<li><tt>drm2/fb_helper</tt>, the KMS driver. This binds Newcons
to framebuffers created the DRM-enabled video drivers in the
kernel (such as <tt>i915</tt> and <tt>radeonkms</tt>).</li>
kernel (such as <tt>i915kms</tt> and <tt>radeonkms</tt>).</li>
<li>Dynamic attachment of VT drivers, <tt>vt_allocate()</tt> to
allow attaching console video drivers at a later point where