Marcel Moolenaar fd872be586 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.
2008-10-23 02:16:38 +00:00

14 lines
167 B
Plaintext

#
# DEFAULTS -- Default kernel configuration file for FreeBSD/mips
#
# $FreeBSD$
machine mips
device mem
device uart_ns8250
options GEOM_BSD
options GEOM_MBR