From owner-svn-src-all@FreeBSD.ORG Tue Dec 28 21:22:08 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FE0E106566B; Tue, 28 Dec 2010 21:22:08 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5F44D8FC15; Tue, 28 Dec 2010 21:22:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id oBSLM8cu077596; Tue, 28 Dec 2010 21:22:08 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oBSLM8oe077594; Tue, 28 Dec 2010 21:22:08 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201012282122.oBSLM8oe077594@svn.freebsd.org> From: Warner Losh Date: Tue, 28 Dec 2010 21:22:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r216777 - head/sys/i386/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2010 21:22:08 -0000 Author: imp Date: Tue Dec 28 21:22:08 2010 New Revision: 216777 URL: http://svn.freebsd.org/changeset/base/216777 Log: Comment out npx and isa from NOTES file. We don't need them here since DEFAULTS already pulls them in. Modified: head/sys/i386/conf/NOTES Modified: head/sys/i386/conf/NOTES ============================================================================== --- head/sys/i386/conf/NOTES Tue Dec 28 21:20:58 2010 (r216776) +++ head/sys/i386/conf/NOTES Tue Dec 28 21:22:08 2010 (r216777) @@ -284,7 +284,8 @@ device apm_saver # Requires APM # # ISA bus # -device isa # Required by npx(4) +# Already in DEFAULTS, which means we don't need it here. +#device isa # Required by npx(4) # # Options for `isa': @@ -372,7 +373,8 @@ options X86BIOS # # The Numeric Processing eXtension driver. This is non-optional. -device npx +# Already in DEFAULTS, which means we don't need it here. +#device npx hint.npx.0.flags="0x0" hint.npx.0.irq="13"