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 <[email protected]> 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: [email protected] Skype: SippySoft _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
