svn commit: r184193 - in head/sys: arm/conf conf

Sam Leffler sam at freebsd.org
Fri Oct 24 16:01:58 UTC 2008


Warner Losh wrote:
> From: Marcel Moolenaar <marcel at FreeBSD.org>
> Subject: svn commit: r184193 - in head/sys: arm/conf conf
> Date: Thu, 23 Oct 2008 01:51:55 +0000 (UTC)
>
>   
>> Author: marcel
>> Date: Thu Oct 23 01:51:55 2008
>> New Revision: 184193
>> URL: http://svn.freebsd.org/changeset/base/184193
>>
>> Log:
>>   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.
>>
>> Added:
>>   head/sys/arm/conf/DEFAULTS   (contents, props changed)
>>     
>
> We already have a better mechanism for including config files.  We
> should be using that instead of poluting another port with the
> DEFAULTS file.
>   
More importantly this change forces GEOM_BSD and GEOM_MBR on every 
target platform.  This is just wrong and clearly Marvel never discussed 
it with anyone working on arm systems or he'd have gotten an earful.

Marcel, please back this stuff out.

    Sam



More information about the svn-src-head mailing list