diff options
author | imp <imp@FreeBSD.org> | 2010-12-28 21:20:58 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-12-28 21:20:58 +0000 |
commit | 9fe1a3e4f43b405388ef2bb34a98a0fa8f43961d (patch) | |
tree | 0028e93c25fb17d0db66e093e268707a64ba7d46 /sys/i386/conf/XBOX | |
parent | 781476f8b5f64c126d0406db535187cbeb7b0f92 (diff) | |
download | FreeBSD-src-9fe1a3e4f43b405388ef2bb34a98a0fa8f43961d.zip FreeBSD-src-9fe1a3e4f43b405388ef2bb34a98a0fa8f43961d.tar.gz |
Remove mem, io, isa and npx since they are duplicative of the entries
in DEFAULTS. Saves 8 lines of warnings when we build XBOX.
Diffstat (limited to 'sys/i386/conf/XBOX')
-rw-r--r-- | sys/i386/conf/XBOX | 7 |
1 files changed, 0 insertions, 7 deletions
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. |