diff --git a/FAQ/hardware.sgml b/FAQ/hardware.sgml index a24c570a15..4f997716a3 100644 --- a/FAQ/hardware.sgml +++ b/FAQ/hardware.sgml @@ -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