From owner-svn-src-all@FreeBSD.ORG Tue Dec 28 22:45:30 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 3D07B1065697; Tue, 28 Dec 2010 22:45:30 +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 2C8A88FC1A; Tue, 28 Dec 2010 22:45:30 +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 oBSMjU2h079525; Tue, 28 Dec 2010 22:45:30 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oBSMjUDL079523; Tue, 28 Dec 2010 22:45:30 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201012282245.oBSMjUDL079523@svn.freebsd.org> From: Warner Losh Date: Tue, 28 Dec 2010 22:45:30 +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: r216782 - 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 22:45:30 -0000 Author: imp Date: Tue Dec 28 22:45:29 2010 New Revision: 216782 URL: http://svn.freebsd.org/changeset/base/216782 Log: Revert r216777, per jhb@ Modified: head/sys/i386/conf/NOTES Modified: head/sys/i386/conf/NOTES ============================================================================== --- head/sys/i386/conf/NOTES Tue Dec 28 22:44:32 2010 (r216781) +++ head/sys/i386/conf/NOTES Tue Dec 28 22:45:29 2010 (r216782) @@ -284,8 +284,7 @@ device apm_saver # Requires APM # # ISA bus # -# Already in DEFAULTS, which means we don't need it here. -#device isa # Required by npx(4) +device isa # Required by npx(4) # # Options for `isa': @@ -373,8 +372,7 @@ options X86BIOS # # The Numeric Processing eXtension driver. This is non-optional. -# Already in DEFAULTS, which means we don't need it here. -#device npx +device npx hint.npx.0.flags="0x0" hint.npx.0.irq="13"