From owner-svn-doc-head@FreeBSD.ORG Sun Dec 16 22:56:39 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68D5F511; Sun, 16 Dec 2012 22:56:39 +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 33E968FC15; Sun, 16 Dec 2012 22:56:39 +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 qBGMudkR066812; Sun, 16 Dec 2012 22:56:39 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBGMudoK066811; Sun, 16 Dec 2012 22:56:39 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212162256.qBGMudoK066811@svn.freebsd.org> From: Eitan Adler Date: Sun, 16 Dec 2012 22:56:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40395 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2012 22:56:39 -0000 Author: eadler Date: Sun Dec 16 22:56:38 2012 New Revision: 40395 URL: http://svnweb.freebsd.org/changeset/doc/40395 Log: The npx module is no longer required to build or link. Noted by: Jakub Lach Discussed with: db 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 Sun Dec 16 22:56:36 2012 (r40394) +++ head/en_US.ISO8859-1/books/faq/book.xml Sun Dec 16 22:56:38 2012 (r40395) @@ -3704,29 +3704,6 @@ kern.timecounter.hardware: TSC -> i82 - - My kernel compiles fail because - _hw_float is missing. How do I solve - this problem? - - - - You probably removed npx0 (see - &man.npx.4;) from your kernel configuration file because you - do not have a math co-processor. The - npx0 device is - MANDATORY. Somewhere inside your - hardware lies a device that provides hardware floating-point - support, even if it is no longer a separate device as used - in the good old 386 days. You must - include the npx0 device. Even if - you manage to build a kernel without - npx0 support, it will not boot - anyway. - - - - Why is my kernel so big?