Date: Tue, 23 Feb 2016 21:21:58 -0800 From: Maxim Sobolev <sobomax@sippysoft.com> To: Adrian Chadd <adrian@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn: head/sys/mips/conf Message-ID: <CAH7qZfusbtLnYY=_qQYGqZf%2BAirNoP4tHn9hBKd8cJcxJ1zXDg@mail.gmail.com> In-Reply-To: <201602240306.u1O36QS8042316@repo.freebsd.org> References: <201602240306.u1O36QS8042316@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks Adrian, sorry, missed those. I've also noticed that few of the MIPS configs use: device geom_uncompress Few: option GEOM_UNCOMPRESS and majority actually both: device geom_uncompress option GEOM_UNCOMPRESS I think the canonical form is "option GEOM_ZZZ", but at least it should not be both. :) Maybe somebody needs to go over it and clean it up in one sweep. On Tue, Feb 23, 2016 at 7:06 PM, Adrian Chadd <adrian@freebsd.org> wrote: > Author: adrian > Date: Wed Feb 24 03:06:26 2016 > New Revision: 295956 > URL: https://svnweb.freebsd.org/changeset/base/295956 > > Log: > Migrate UNCOMPRESS -> UZIP > > Modified: > head/sys/mips/conf/DIR-825C1 > head/sys/mips/conf/MT7620 > > Modified: head/sys/mips/conf/DIR-825C1 > > ============================================================================== > --- head/sys/mips/conf/DIR-825C1 Wed Feb 24 03:05:05 2016 > (r295955) > +++ head/sys/mips/conf/DIR-825C1 Wed Feb 24 03:06:26 2016 > (r295956) > @@ -48,7 +48,7 @@ options AR71XX_ENV_UBOOT > device geom_map > > # uzip - to boot natively from flash > -options GEOM_UNCOMPRESS > +options GEOM_UZIP > options GEOM_PART_GPT > > # yes, this board has a PCI connected atheros device > > Modified: head/sys/mips/conf/MT7620 > > ============================================================================== > --- head/sys/mips/conf/MT7620 Wed Feb 24 03:05:05 2016 (r295955) > +++ head/sys/mips/conf/MT7620 Wed Feb 24 03:06:26 2016 (r295956) > @@ -93,7 +93,7 @@ options FFS #Berkeley Fast > Filesystem > options MROUTING # Multicast routing > options IPFIREWALL_DEFAULT_TO_ACCEPT > > -options GEOM_UNCOMPRESS > +options GEOM_UZIP > options MD_ROOT > options ROOTDEVNAME=\"ufs:da0s1\" > > > -- Maksym Sobolyev Sippy Software, Inc. Internet Telephony (VoIP) Experts Tel (Canada): +1-778-783-0474 Tel (Toll-Free): +1-855-747-7779 Fax: +1-866-857-6942 Web: http://www.sippysoft.com MSN: sales@sippysoft.com Skype: SippySoft
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAH7qZfusbtLnYY=_qQYGqZf%2BAirNoP4tHn9hBKd8cJcxJ1zXDg>