Add note that the PS/2 mouse driver, psm, is enabled in the GENERIC kernel

by default in the latest versions (2.2.6 and 3.0-CURRENT).
This commit is contained in:
Kazutaka YOKOTA 1998-03-23 05:56:02 +00:00
parent e265090cae
commit 59446451cd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2568

View file

@ -1,4 +1,4 @@
<!-- $Id: hardware.sgml,v 1.4 1998-03-21 22:03:07 eivind Exp $ --> <!-- $Id: hardware.sgml,v 1.5 1998-03-23 05:56:02 yokota Exp $ -->
<!-- The FreeBSD Documentation Project --> <!-- The FreeBSD Documentation Project -->
<sect> <sect>
@ -166,9 +166,13 @@
<heading> <heading>
How do I use my PS/2 (``mouse port'' or ``keyboard'') mouse?<label id="ps2mouse"></heading> How do I use my PS/2 (``mouse port'' or ``keyboard'') mouse?<label id="ps2mouse"></heading>
<p>If you're running a relatively recent version of FreeBSD then you <p>If you're running a very recent version of FreeBSD, the necessary
can simply enable it in the kernel configuration menu driver, psm, is included and enabled in the kernel. The kernel
at installation time, otherwise later with -c at the boot: 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 prompt. It is disabled by default, so you will need to enable
it explicitly. it explicitly.