Author: imp
Date: Tue Dec 28 21:20:58 2010
New Revision: 216776
URL: http://svn.freebsd.org/changeset/base/216776

Log:
  Remove mem, io, isa and npx since they are duplicative of the entries
  in DEFAULTS.  Saves 8 lines of warnings when we build XBOX.

Modified:
  head/sys/i386/conf/XBOX

Modified: head/sys/i386/conf/XBOX
==============================================================================
--- head/sys/i386/conf/XBOX     Tue Dec 28 21:18:58 2010        (r216775)
+++ head/sys/i386/conf/XBOX     Tue Dec 28 21:20:58 2010        (r216776)
@@ -47,8 +47,6 @@ options       TIMER_FREQ=1125000      # Gives ~733
 
 #device                apic                    # I/O APIC
 
-# Bus support.  Do not remove isa, even if you have no isa slots
-device         isa
 device         pci
 
 # ATA and ATAPI devices
@@ -61,13 +59,8 @@ options      ATA_STATIC_ID   # Static device n
 device         scbus           # SCSI bus (required for SCSI)
 device         da              # Direct Access (disks)
 
-# Floating point support - do not disable.
-device         npx
-
 # Pseudo devices.
 device         loop            # Network loopback
-device         mem             # Memory and kernel memory devices
-device         io              # I/O device
 device         random          # Entropy device
 device         ether           # Ethernet support
 #device                tun             # Packet tunnel.
_______________________________________________
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