From owner-svn-src-head@freebsd.org Tue May 17 00:27:30 2016 Return-Path: Delivered-To: svn-src-head@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 2346BB3D8A3; Tue, 17 May 2016 00:27:30 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x22c.google.com (mail-io0-x22c.google.com [IPv6:2607:f8b0:4001:c06::22c]) (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 EF7B31B1E; Tue, 17 May 2016 00:27:29 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-io0-x22c.google.com with SMTP id f89so4122914ioi.0; Mon, 16 May 2016 17:27:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=buih/q+fsuKV5wpaPESUmssAI6x9RT+nSoEwHq4g5lc=; b=k2GwWeG2BNXE03gRlPuIShw8OrZC8ujYFCFhATpMpzT2jNaxqlp0ZopzRnsJp/vFJc XmcAB/mOmRkSg+g44UqPTSzLjtyrvG5DGhFE5cDZILJRCv4F8fd7FeLlIPZM07X0QFf0 tl5MxoPC/tjc2Pk9W59hbEQ2ITU2bn7/WJgh2z6Gyo13+i/gsaJQki8sIBFv9lfwgp7h xJ0DHzVfQqZnL5+LgbUyRkAzyidZ6JXh1x0mdtaN9MlMZS7j5gGVZna5U3yDZ9ENHfQx NS54ZEksaXAMeskK6dBE43QXrGECguQ18Pvq7D9PU4GQNMUlrOtXbD93uJDBFqgC8Qkq GvbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=buih/q+fsuKV5wpaPESUmssAI6x9RT+nSoEwHq4g5lc=; b=Z9GWiVnE+ydyx/E7iuHSxnwZox+Gz3+QER3BHMH5C1apeGlxq8SueCcEN29mM3r8Zz OtPDlhJBSIOkDtvI5IoS+j6JoWmI00LNLTQT68OHv0YApdBhwmZ/UQDL+PKRcA8/dFrQ 346Q9or2BIbO3L+2VM4CGnxYizvTIAk0NY+oUUDzvaxKmnRm/EDDmTLK7glcIgdfhB8M Jdlj/SqvmhFiuo8J6Gwau7hFJoGfTj0Yz+M0ur+j5+kkHUquOmbX1+fQKyFtCu4jJvQY Ol1sw3xENxaom6SFTxHyHQVECHterzrz/lyODApr77YywfPpr1xy3KxYiGNhU8dasKSk L0Ew== X-Gm-Message-State: AOPr4FW7AOs7E1iMTGJXCSvTaKNXAYTMgqjcjSyhfVoO63JZdgBA7ahg/WEy5LOnvvrObeEdxe8nGgVgu/jTDw== MIME-Version: 1.0 X-Received: by 10.107.16.137 with SMTP id 9mr21411573ioq.75.1463444848983; Mon, 16 May 2016 17:27:28 -0700 (PDT) Received: by 10.36.113.3 with HTTP; Mon, 16 May 2016 17:27:28 -0700 (PDT) In-Reply-To: <201605121822.u4CIMYVg007108@repo.freebsd.org> References: <201605121822.u4CIMYVg007108@repo.freebsd.org> Date: Mon, 16 May 2016 17:27:28 -0700 Message-ID: Subject: Re: svn commit: r299556 - head/sys/dev/ixl From: Adrian Chadd To: Eric Joyner Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2016 00:27:30 -0000 Hi, ixl doesn't build on -HEAD. The netmap ixl bits also aren't building for me. What gives? :) -a