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"
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to