svn commit: r216776 - head/sys/i386/conf
Warner Losh
imp at FreeBSD.org
Tue Dec 28 21:20:58 UTC 2010
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.
More information about the svn-src-head
mailing list