From owner-svn-src-all@FreeBSD.ORG Mon Jun 4 08:42:19 2012 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 772E81065674; Mon, 4 Jun 2012 08:42:18 +0000 (UTC) (envelope-from gber@freebsd.org) Received: from smtp.semihalf.com (smtp.semihalf.com [213.17.239.109]) by mx1.freebsd.org (Postfix) with ESMTP id EF7A58FC17; Mon, 4 Jun 2012 08:42:17 +0000 (UTC) Received: from localhost (unknown [213.17.239.109]) by smtp.semihalf.com (Postfix) with ESMTP id 5C380C3CBC; Mon, 4 Jun 2012 10:42:06 +0200 (CEST) X-Virus-Scanned: by amavisd-new at semihalf.com Received: from smtp.semihalf.com ([213.17.239.109]) by localhost (smtp.semihalf.com [213.17.239.109]) (amavisd-new, port 10024) with ESMTP id j-lI64SxTz7h; Mon, 4 Jun 2012 10:42:05 +0200 (CEST) Received: from [10.0.0.93] (cardhu.semihalf.com [213.17.239.108]) by smtp.semihalf.com (Postfix) with ESMTPSA id CA69BC384F; Mon, 4 Jun 2012 10:42:05 +0200 (CEST) Message-ID: <4FCC90AD.6010904@freebsd.org> Date: Mon, 04 Jun 2012 12:40:45 +0200 From: Grzegorz Bernacki User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.24) Gecko/20120127 Thunderbird/3.1.16 MIME-Version: 1.0 To: Andriy Gapon References: <201205171011.q4HABIJY090234@svn.freebsd.org> <4FCA5EBE.50109@FreeBSD.org> In-Reply-To: <4FCA5EBE.50109@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r235537 - in head: etc/mtree include lib lib/libnandfs lib/libstand sbin sbin/nandfs sbin/newfs_nandfs share/man/man4 share/man/man5 share/mk sys/boot/arm/uboot sys/boot/i386/loader sys... X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 04 Jun 2012 08:42:19 -0000 On 06/02/12 20:43, Andriy Gapon wrote: > on 17/05/2012 13:11 Grzegorz Bernacki said the following: >> Author: gber >> Date: Thu May 17 10:11:18 2012 >> New Revision: 235537 >> URL: http://svn.freebsd.org/changeset/base/235537 >> >> Log: >> Import work done under project/nand (@235533) into head. >> >> The NAND Flash environment consists of several distinct components: >> - NAND framework (drivers harness for NAND controllers and NAND chips) >> - NAND simulator (NANDsim) >> - NAND file system (NAND FS) >> - Companion tools and utilities >> - Documentation (manual pages) >> >> This work is still experimental. Please use with caution. >> >> Obtained from: Semihalf >> Supported by: FreeBSD Foundation, Juniper Networks > [snip] >> head/sys/modules/Makefile > > Looks like this commit has unintentionally [?] removed wbwd-related lines from > sys/modules/Makefile. Please fix. Hi Andriy, Sorry about that. Fixed in r236549. regards, grzesiek