diff options
author | marcel <marcel@FreeBSD.org> | 2008-10-23 02:16:38 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2008-10-23 02:16:38 +0000 |
commit | ea4a9c958548a61ba7a299ab941ae4794e09faf0 (patch) | |
tree | 53be362d6a36f34b67c1aeafdb6900fe1a6fe0a3 /sys/conf/files.mips | |
parent | 0b891188402f8f36b7030ec68be51747af5a1cbd (diff) | |
download | FreeBSD-src-ea4a9c958548a61ba7a299ab941ae4794e09faf0.zip FreeBSD-src-ea4a9c958548a61ba7a299ab941ae4794e09faf0.tar.gz |
Add mips/conf/DEFAULTS and populate it with:
machine arm
device mem
device uart_ns8250
options GEOM_BSD
options GEOM_MBR
Remove the first three from all kernel configuration files
(sometimes commented-out) and change geom_bsd and geom_mbr
from standard to optional.
Diffstat (limited to 'sys/conf/files.mips')
-rw-r--r-- | sys/conf/files.mips | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/files.mips b/sys/conf/files.mips index c918233..48ac992 100644 --- a/sys/conf/files.mips +++ b/sys/conf/files.mips @@ -71,10 +71,10 @@ mips/mips/stack_machdep.c optional ddb | stack mips/mips/support.S standard mips/mips/swtch.S standard mips/mips/uio_machdep.c standard -geom/geom_bsd.c standard -geom/geom_bsd_enc.c standard -geom/geom_mbr.c standard -geom/geom_mbr_enc.c standard +geom/geom_bsd.c optional geom_bsd +geom/geom_bsd_enc.c optional geom_bsd +geom/geom_mbr.c optional geom_mbr +geom/geom_mbr_enc.c optional geom_mbr hal.o optional ath_hal \ compile-with "ATH_HAL_CPU=mips; ATH_ENDIAN=`if ([ x${TARGET_BIG_ENDIAN} = x ]); then echo le; else echo be; fi;`; uudecode < $S/contrib/dev/ath/public/$$ATH_HAL_CPU-$$ATH_ENDIAN-elf.hal.o.uu" \ no-implicit-rule |