From owner-svn-src-all@FreeBSD.ORG Sun Apr 27 15:22:49 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91696BF8; Sun, 27 Apr 2014 15:22:49 +0000 (UTC) Received: from mail-qg0-x22b.google.com (mail-qg0-x22b.google.com [IPv6:2607:f8b0:400d:c04::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1FAE11F80; Sun, 27 Apr 2014 15:22:49 +0000 (UTC) Received: by mail-qg0-f43.google.com with SMTP id a108so5924947qge.16 for ; Sun, 27 Apr 2014 08:22:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=qUS6h5fgxPtP8KKevBE6XWecgL3LE3Cr0S7D+D8zcB8=; b=AB7kRyJ4uriyoOQ7qx8WYqeq0PIVNAOHHkPc+TNMOi6Oo74oGp0NLTJHGw9jXKEf/Q /QnQq1Z291UsHX1jn9BLKBdWdE8az2N9ueFLB2e87wd9wFwegxM2cfPa2gPr8Cf9WZry av3QD97V0L4z1LIWJLSSi1mgEwJBjfrVM8bSSD5Owl7m8JC+ktHg4ZgYNA62ugr7Dmks 7i3B3lWvNmoIGLqD3cTumKJrTe/R9oemz2f7bfZc0cF5nl8UsFYOTEezJPPEUPYw5LYQ H4+cx9oOWrLDjITtmiLZIb5JTyPMo5a075jrj79QeO4cXlBwL1D36eCzmIhYmDZsybD9 DuNA== MIME-Version: 1.0 X-Received: by 10.140.108.166 with SMTP id j35mr25309770qgf.76.1398612168246; Sun, 27 Apr 2014 08:22:48 -0700 (PDT) Sender: carpeddiem@gmail.com Received: by 10.140.49.239 with HTTP; Sun, 27 Apr 2014 08:22:48 -0700 (PDT) In-Reply-To: <201404270106.s3R162Ws047659@svn.freebsd.org> References: <201404270106.s3R162Ws047659@svn.freebsd.org> Date: Sun, 27 Apr 2014 11:22:48 -0400 X-Google-Sender-Auth: 7JLEEL7w0I6CW6yWczarHasbiIU Message-ID: Subject: Re: svn commit: r264995 - head/release/amd64 From: Ed Maste To: Nathan Whitehorn Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2014 15:22:49 -0000 On 26 April 2014 21:06, Nathan Whitehorn wrote: > > One other note here is that this requires newfs_msdos and mdconfig, which is > really ugly. NetBSD's makefs at least seems to support FAT now. If that > actually works, it should be imported and we can get rid of the mdconfig mess. NetBSD's makefs does support FAT, but relies on a refactored newfs_msdos that splits out the basic functionality for reuse. I started looking into that (and discovered the wrong min/max cluster counts -- r264889), and plan to make that change and then bring over the makefs changes.