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

Reply via email to