diff options
| -rw-r--r-- | FAQ/hardware.sgml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/FAQ/hardware.sgml b/FAQ/hardware.sgml index abdee8d9c6..40e543722a 100644 --- a/FAQ/hardware.sgml +++ b/FAQ/hardware.sgml @@ -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 --> <sect> @@ -166,9 +166,13 @@ <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 - can simply enable it in the kernel configuration menu - at installation time, otherwise later with -c at the boot: + <p>If you're running a very recent 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. |
