Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 2010 21:20:58 +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: r216776 - head/sys/i386/conf
Message-ID:  <201012282120.oBSLKwJQ077524@svn.freebsd.org>

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



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