From owner-svn-doc-all@FreeBSD.ORG Tue Dec 11 23:40:37 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2ACC0C93; Tue, 11 Dec 2012 23:40:37 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 109E78FC1B; Tue, 11 Dec 2012 23:40:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBNeawO017129; Tue, 11 Dec 2012 23:40:36 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBNeaJf017128; Tue, 11 Dec 2012 23:40:36 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212112340.qBBNeaJf017128@svn.freebsd.org> From: Eitan Adler Date: Tue, 11 Dec 2012 23:40:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40348 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 23:40:37 -0000 Author: eadler Date: Tue Dec 11 23:40:36 2012 New Revision: 40348 URL: http://svnweb.freebsd.org/changeset/doc/40348 Log: Special instructions for dealing with ancient mice are not needed anymore. Noted by: imp Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:34 2012 (r40347) +++ head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:36 2012 (r40348) @@ -2111,54 +2111,6 @@ - - I have an unusual bus mouse. How do I set it - up? - - - - &os; 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 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. - - - - - - How do I use my PS/2 (mouse port or - keyboard) mouse? - - - - The PS/2 mouse is supported out-of-the-box. The - necessary device driver, psm, is - included in the kernel. - - If your custom kernel does not have this, add the - 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, a device node - psm0 will be created - automatically. - - - - Is it possible to use a mouse in any way outside the X Window system? @@ -2248,18 +2200,6 @@ - - How do I use the mouse/trackball/touchpad on my - laptop? - - - - Please refer to the answer to - the previous question. - - - - How do I use my delete key in sh and csh?