Be less vague about what "recent" means.

This commit is contained in:
Jordan K. Hubbard 1998-12-06 05:14:56 +00:00
parent 13f22ddbf9
commit dea3d4b2c2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3876

View file

@ -1,4 +1,4 @@
<!-- $Id: hardware.sgml,v 1.13 1998-09-29 11:48:19 wosch Exp $ -->
<!-- $Id: hardware.sgml,v 1.14 1998-12-06 05:14:56 jkh Exp $ -->
<!-- The FreeBSD Documentation Project -->
<sect>
@ -115,15 +115,15 @@
<heading>
How do I use my PS/2 (``mouse port'' or ``keyboard'') mouse?<label id="ps2mouse"></heading>
<p>If you're running a very recent version of FreeBSD, the necessary
<p>If you're running a post-2.2.5 version of FreeBSD, the necessary
driver, psm, is included and enabled in the kernel. The kernel
should detect your PS/2 mouse at boot time.
<p>If you're running a previous but relatively recent version of
FreeBSD then you can simply enable it in the kernel configuration
menu at installation time, otherwise later with -c at the boot:
prompt. It is disabled by default, so you will need to enable
it explicitly.
FreeBSD (2.1.x or better) then you can simply enable it in the
kernel configuration menu at installation time, otherwise later with
-c at the boot: prompt. It is disabled by default, so you will need
to enable it explicitly.
<p>If you're running an older version of FreeBSD then you'll have to
add the following lines to your kernel configuration file and compile