Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 2010 21:22:08 +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: r216777 - head/sys/i386/conf
Message-ID:  <201012282122.oBSLM8oe077594@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012282122.oBSLM8oe077594>