From owner-freebsd-hackers@freebsd.org Tue Oct 27 21:06:52 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E94C2A1C67E for ; Tue, 27 Oct 2015 21:06:52 +0000 (UTC) (envelope-from gabor.radnai@gmail.com) Received: from mail-ob0-x233.google.com (mail-ob0-x233.google.com [IPv6:2607:f8b0:4003:c01::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B0D9B1FA7 for ; Tue, 27 Oct 2015 21:06:52 +0000 (UTC) (envelope-from gabor.radnai@gmail.com) Received: by obctp1 with SMTP id tp1so154412289obc.2 for ; Tue, 27 Oct 2015 14:06:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=CZOxizTvo/ScmbCuRZkwcIeKjA+Gv2PCsS2mKC0vz7I=; b=FNj5uKOFhgTs6vY6+nZcuzXbGYf/wlocrBYWaccAiOIlExncOtpW8FTDi9GYHQcF7C b73jpkAD230VnIZc7FY5C4rj+KLxdvtXw0J5JEnKKSBhj/cyXXnQix3PBWS4QfHoCl7q FQMvL881hqUJiLv3gJij2DwkghO9CDtP42AmTS3wfGhkHtl7b+4tK1OMNBYXRqcyXiZ4 pygvNC9k2hhKUTg453toSLRrqxqHiDOZgFbWw4mbY7NmWKISC8H/MvZ3isNvhVaTTPcJ SX6cdHWA/jUHtZklYxpjWFNzxiUWSudYaXMDOOrTG5LfHl+7HhODrip52lKuYspkKgOf /heA== X-Received: by 10.182.22.198 with SMTP id g6mr4796205obf.50.1445980012186; Tue, 27 Oct 2015 14:06:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.48.231 with HTTP; Tue, 27 Oct 2015 14:06:32 -0700 (PDT) From: Gabor Radnai Date: Tue, 27 Oct 2015 22:06:32 +0100 Message-ID: Subject: Re: EFI/ZFS Update: successful tests, need more complex vdevs To: freebsd-hackers@freebsd.org X-Mailman-Approved-At: Tue, 27 Oct 2015 21:15:32 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2015 21:06:53 -0000 Hi, Sorry for the most likely stupid question but I fail to get the patched current tree compiled, as "boot_module.h" is added to boot1.c but that header is missing from my tree for some reason. I did svn up just before starting making process. Could you please advise where this header is/should be? Thanks.