diff options
author | marcel <marcel@FreeBSD.org> | 2008-10-23 01:51:55 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2008-10-23 01:51:55 +0000 |
commit | 0b891188402f8f36b7030ec68be51747af5a1cbd (patch) | |
tree | 147b2726264d888752addf18a8b919bbc1bf3e00 /sys/arm/conf/IQ31244 | |
parent | 13ea6f6b0ffa732fc83ea8af82c7b05eff7fcffe (diff) | |
download | FreeBSD-src-0b891188402f8f36b7030ec68be51747af5a1cbd.zip FreeBSD-src-0b891188402f8f36b7030ec68be51747af5a1cbd.tar.gz |
Add arm/conf/DEFAULTS and populate it with:
machine arm
device mem
options GEOM_BSD
options GEOM_MBR
Remove the first two from all kernel configuration files and
change geom_bsd and geom_mbr from standard to optional.
Diffstat (limited to 'sys/arm/conf/IQ31244')
-rw-r--r-- | sys/arm/conf/IQ31244 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arm/conf/IQ31244 b/sys/arm/conf/IQ31244 index 1a2ccb7..411b97d 100644 --- a/sys/arm/conf/IQ31244 +++ b/sys/arm/conf/IQ31244 @@ -17,7 +17,6 @@ # # $FreeBSD$ -machine arm ident IQ31244 options PHYSADDR=0xa0000000 @@ -66,7 +65,6 @@ options BOOTP_COMPAT #options PREEMPTION device loop device ether -device mem # Memory and kernel memory devices #device saarm device miibus device rl |