From owner-freebsd-stable@freebsd.org Sat Aug 8 01:55:20 2015 Return-Path: Delivered-To: freebsd-stable@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 813769B61E3 for ; Sat, 8 Aug 2015 01:55:20 +0000 (UTC) (envelope-from aoyama@peach.ne.jp) Received: from moon.peach.ne.jp (moon.peach.ne.jp [203.141.148.98]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D43878E; Sat, 8 Aug 2015 01:55:19 +0000 (UTC) (envelope-from aoyama@peach.ne.jp) Received: from moon.peach.ne.jp (localhost [127.0.0.1]) by moon.peach.ne.jp (Postfix) with ESMTP id 7FC7B50F26; Sat, 8 Aug 2015 10:46:56 +0900 (JST) Received: from artemis (unknown [172.18.0.21]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by moon.peach.ne.jp (Postfix) with ESMTPSA id 475BE50F03; Sat, 8 Aug 2015 10:46:56 +0900 (JST) Message-ID: <2D4A3C3A94694FB4B0F52BB60C0E3309@ad.peach.ne.jp> From: "Daisuke Aoyama" To: "Glen Barber" , Cc: "FreeBSD Release Engineering Team" References: <20150801175158.GA70901@FreeBSD.org> In-Reply-To: <20150801175158.GA70901@FreeBSD.org> Subject: Cannot build kernel with qlxgbe on 10.2 RC2 (and probably 11-current) Date: Sat, 8 Aug 2015 10:47:09 +0900 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_022C_01D0D1C7.93229A80" X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8117.416 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8117.416 X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Aug 2015 01:55:20 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_022C_01D0D1C7.93229A80 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Hi all, I have a problem with build kernel. You cannot use "device qlxgbe" in kernel config. I don't check but 11-current have same problem. It is caused by r284982 and r284741. New files were added but static files were not added. http://svnweb.freebsd.org/base?view=revision&revision=284982 http://svnweb.freebsd.org/base?view=revision&revision=284741 The patch is attached. Please check it. Thanks, -- Daisuke Aoyama ------=_NextPart_000_022C_01D0D1C7.93229A80 Content-Type: application/octet-stream; name="qlxgbe-20150808.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="qlxgbe-20150808.patch" Index: sys/conf/files.amd64=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= --- sys/conf/files.amd64 (revision 286400)=0A= +++ sys/conf/files.amd64 (working copy)=0A= @@ -292,10 +292,13 @@=0A= dev/qlxgb/qla_isr.c optional qlxgb pci=0A= dev/qlxgb/qla_misc.c optional qlxgb pci=0A= dev/qlxgb/qla_os.c optional qlxgb pci=0A= +dev/qlxgbe/ql_boot.c optional qlxgbe pci=0A= dev/qlxgbe/ql_dbg.c optional qlxgbe pci=0A= +dev/qlxgbe/ql_fw.c optional qlxgbe pci=0A= dev/qlxgbe/ql_hw.c optional qlxgbe pci=0A= dev/qlxgbe/ql_ioctl.c optional qlxgbe pci=0A= dev/qlxgbe/ql_isr.c optional qlxgbe pci=0A= +dev/qlxgbe/ql_minidump.c optional qlxgbe pci=0A= dev/qlxgbe/ql_misc.c optional qlxgbe pci=0A= dev/qlxgbe/ql_os.c optional qlxgbe pci=0A= dev/qlxgbe/ql_reset.c optional qlxgbe pci=0A= ------=_NextPart_000_022C_01D0D1C7.93229A80--