- Minor fixes in the Newcons report
Submitted by: ray
This commit is contained in:
parent
bdd0480944
commit
cde148dc64
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42926
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue