From owner-svn-src-all@freebsd.org Thu May 19 12:14:56 2016 Return-Path: Delivered-To: svn-src-all@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 21754B42F20; Thu, 19 May 2016 12:14:56 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [IPv6:2a01:4f8:162:1127::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.codepro.be", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DF3111A98; Thu, 19 May 2016 12:14:55 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from [192.168.228.1] (unknown [45.113.64.253]) (Authenticated sender: kp) by venus.codepro.be (Postfix) with ESMTPSA id 8C82E9D3E; Thu, 19 May 2016 14:14:52 +0200 (CEST) From: "Kristof Provost" To: "Andriy Gapon" Cc: "Scott Long" , src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org Subject: Re: svn commit: r300113 - in head/sys: conf kern net sys Date: Thu, 19 May 2016 17:44:50 +0530 Message-ID: In-Reply-To: <2013f2c5-94f0-6e1d-0a58-a4a33005e74d@FreeBSD.org> References: <201605180435.u4I4ZwYh025096@repo.freebsd.org> <0C9937A7-792B-4339-ACF9-F5D7D3C3A85A@FreeBSD.org> <2013f2c5-94f0-6e1d-0a58-a4a33005e74d@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Mailer: MailMate Trial (1.9.4r5234) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 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: Thu, 19 May 2016 12:14:56 -0000 On 19 May 2016, at 17:36, Andriy Gapon wrote: > On 19/05/2016 14:37, Kristof Provost wrote: >> >> >> On 18 May 2016, at 10:05, Scott Long wrote: >> >>> Author: scottl >>> Date: Wed May 18 04:35:58 2016 >>> New Revision: 300113 >>> URL: https://svnweb.freebsd.org/changeset/base/300113 >>> >>> Log: >>> Import the 'iflib' API library for network drivers. From the >>> author: >> >> For reasons I don’t understand right now this appears to break boot >> on my T61. >> It’s got an em NIC (82566MM) and is running root-on-zfs, if that >> matters. >> >> It mounts the rootfs and then just freezes. I’m investigating, but >> would >> appreciate any hints or thoughts. > > Alexander has just committed r300201. It should help. > Indeed, I’ve just updated to include that fix, and now the system boots. Regards, Kristof