From owner-freebsd-current@freebsd.org Mon May 23 15:49:06 2016 Return-Path: Delivered-To: freebsd-current@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 E0581B47863 for ; Mon, 23 May 2016 15:49:06 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D03CE19E7 for ; Mon, 23 May 2016 15:49:06 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id CBD87B47862; Mon, 23 May 2016 15:49:06 +0000 (UTC) Delivered-To: current@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 CB73EB47861 for ; Mon, 23 May 2016 15:49:06 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [IPv6:2607:fc50:1000:7400:216:3eff:fe72:314f]) by mx1.freebsd.org (Postfix) with ESMTP id B79C019E6; Mon, 23 May 2016 15:49:06 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from sweettea.beer.town (unknown [76.164.8.130]) by smtp.vangyzen.net (Postfix) with ESMTPSA id 15C1D56485; Mon, 23 May 2016 10:49:06 -0500 (CDT) Subject: Re: Strange text on two computers with AMD processors To: "Alex V. Petrov" , Eric Joyner , Scott Long References: Cc: current@FreeBSD.org From: Eric van Gyzen Message-ID: <00a7b131-058e-734c-6d8f-36b6c7a83acf@FreeBSD.org> Date: Mon, 23 May 2016 10:49:02 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2016 15:49:07 -0000 On 05/20/16 10:41 PM, Alex V. Petrov wrote: > Strange text on two computers with AMD > CPU: AMD FX-8370 Eight-Core Processor (4018.42-MHz K8-class CPU) > and > CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ (2412.41-MHz > K8-class CPU) > > Copyright (c) 1992-2016 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD is a registered trademark of The FreeBSD Foundation. > FreeBSD 11.0-CURRENT #6 r300310: Sat May 21 01:38:41 KRAT 2016 > alex@alex.super:/usr/obj/usr/src/sys/ALEX amd64 > FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on > LLVM 3.8.0) > can't re-use a leaf (ixl_rx_miss_bufs)! > > And PC with Athlon 4600+ dont't boot. > Frezed on detect wireless keyboard. The message is from sysctl. It happens because two files try to declare the same sysctl node: ./net/iflib.c:SYSCTL_INT(_dev_netmap, OID_AUTO, ixl_rx_miss_bufs, ./dev/netmap/if_ixl_netmap.h:SYSCTL_INT(_dev_netmap, OID_AUTO, ixl_rx_miss_bufs, I've copied the folks who are working in this area. However, I don't think this is related to your boot failure. I have no idea about that. Eric