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:
parent
092a687dc6
commit
78b92d19e0
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user