Remove 2.0, 2.1, 2.2 cruft.
This commit is contained in:
parent
aa9d7bdd2f
commit
b03f483dae
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17305
1 changed files with 1 additions and 18 deletions
|
@ -7734,24 +7734,7 @@ UserConfig> <userinput>quit</userinput></screen>
|
|||
cursor may jump to the upper-left corner of the screen every
|
||||
so often.</para>
|
||||
|
||||
<para>Unfortunately there is no workaround for versions 2.0.X
|
||||
and 2.1.X. In versions 2.2 through 2.2.5, apply the following
|
||||
patch to <filename>/sys/i386/isa/psm.c</filename> and rebuild
|
||||
the kernel. See the section on <link
|
||||
linkend="make-kernel">building a kernel</link> if you have no
|
||||
experience with building kernels.</para>
|
||||
|
||||
<programlisting>@@ -766,6 +766,8 @@
|
||||
if (verbose >= 2)
|
||||
log(LOG_DEBUG, "psm%d: SET_DEFAULTS return code:%04x\n",
|
||||
unit, i);
|
||||
+ set_mouse_resolution(sc->kbdc, PSMD_RES_HIGH);
|
||||
+
|
||||
#if 0
|
||||
set_mouse_scaling(sc->kbdc); /* 1:1 scaling */
|
||||
set_mouse_mode(sc->kbdc); /* stream mode */</programlisting>
|
||||
|
||||
<para>In versions 2.2.6 or later, specify the flags 0x04 to
|
||||
<para>Specify the flags 0x04 to
|
||||
the PS/2 mouse driver to put the mouse into the high
|
||||
resolution mode. Enter <emphasis>UserConfig</emphasis> by
|
||||
giving the <option>-c</option> option at the boot prompt:</para>
|
||||
|
|
Loading…
Reference in a new issue