diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index 587a19875d..614dbf1e9e 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -2543,7 +2543,7 @@ disk wd2 at wdc1 drive 1 # change from wd3 to wd2 FreeBSD 4.X and later supports USB keyboards out-of-the-box. Enable USB support in - /etc/rc.conf. + /etc/rc.conf. Once you have USB keyboard support enabled on your system, the AT keyboard becomes @@ -2587,27 +2587,16 @@ disk wd2 at wdc1 drive 1 # change from wd3 to wd2 - FreeBSD supports the bus mouse and the InPort bus mouse - from such manufactures as Microsoft, Logitech and ATI. The bus - device driver is compiled in the GENERIC kernel by default in - FreeBSD versions 2.X, but not included in version 3.0 or later. - If you are building a custom kernel with the bus mouse driver, - make sure to add the following line to the kernel config - file - - In FreeBSD 3.0 or before, add: - - device mse0 at isa? port 0x23c tty irq5 vector mseintr - - In FreeBSD 3.X, the line should be: - - device mse0 at isa? port 0x23c tty irq5 - - And in FreeBSD 4.X and later, the line should read: + FreeBSD supports the bus mouse and the InPort bus + mouse from such manufacturers as Microsoft, Logitech and + ATI. The GENERIC kernel does not include the device + driver. To build a custom kernel with the bus mouse + driver, add the following line to the kernel config + file: device mse0 at isa? port 0x23c irq5 - Bus mice usually comes with dedicated interface cards. + Bus mice usually come with dedicated interface cards. These cards may allow you to set the port address and the IRQ number other than shown above. Refer to the manual of your mouse and the &man.mse.4; manual page for more information. @@ -2621,31 +2610,20 @@ disk wd2 at wdc1 drive 1 # change from wd3 to wd2 - The PS/2 mouse is supported out-of-the-box in all - recent versions of FreeBSD. The necessary device driver, - psm, is included in the GENERIC - kernel. + The PS/2 mouse is supported out-of-the-box. The + necessary device driver, psm, is + included in the GENERIC kernel. If your custom kernel does not have this, add the - appropriate following line to your kernel configuration - file and compile a new kernel. - - In FreeBSD 3.0 or earlier, the line should be: - - device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr - - In FreeBSD 3.1 or later, the line should be: - - device psm0 at isa? tty irq 12 - - In FreeBSD 4.0 or later, the line should be: + following line to your kernel configuration + and compile a new kernel. device psm0 at atkbdc? irq 12 Once the kernel detects psm0 correctly at boot time, make sure that an entry for psm0 exists in - /dev. You can do this by + /dev. You can create this entry by typing: &prompt.root; cd /dev; sh MAKEDEV psm0