From 9fe1a3e4f43b405388ef2bb34a98a0fa8f43961d Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 28 Dec 2010 21:20:58 +0000 Subject: Remove mem, io, isa and npx since they are duplicative of the entries in DEFAULTS. Saves 8 lines of warnings when we build XBOX. --- sys/i386/conf/XBOX | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sys/i386') diff --git a/sys/i386/conf/XBOX b/sys/i386/conf/XBOX index 2ba5738..8229260 100644 --- a/sys/i386/conf/XBOX +++ b/sys/i386/conf/XBOX @@ -47,8 +47,6 @@ options TIMER_FREQ=1125000 # Gives ~733.34MHz CPU #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 numbering 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. -- cgit v1.1