Remove mem, io, isa and npx since they are duplicative of the entries

in DEFAULTS.  Saves 8 lines of warnings when we build XBOX.
This commit is contained in:
Warner Losh 2010-12-28 21:20:58 +00:00
parent 092a687dc6
commit 78b92d19e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216776

View File

@ -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.