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/mips/conf/DEFAULTS | |
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/mips/conf/DEFAULTS')
-rw-r--r-- | sys/mips/conf/DEFAULTS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/mips/conf/DEFAULTS b/sys/mips/conf/DEFAULTS new file mode 100644 index 0000000..18a9a26 --- /dev/null +++ b/sys/mips/conf/DEFAULTS @@ -0,0 +1,13 @@ +# +# DEFAULTS -- Default kernel configuration file for FreeBSD/mips +# +# $FreeBSD$ + +machine mips + +device mem + +device uart_ns8250 + +options GEOM_BSD +options GEOM_MBR |