Date: Tue, 28 Dec 2010 22:45:30 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r216782 - head/sys/i386/conf Message-ID: <201012282245.oBSMjUDL079523@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012282245.oBSMjUDL079523>