Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Aug 2015 10:47:09 +0900
From:      "Daisuke Aoyama" <aoyama@peach.ne.jp>
To:        "Glen Barber" <gjb@FreeBSD.org>, <freebsd-stable@FreeBSD.org>
Cc:        "FreeBSD Release Engineering Team" <re@FreeBSD.org>
Subject:   Cannot build kernel with qlxgbe on 10.2 RC2 (and probably 11-current)
Message-ID:  <2D4A3C3A94694FB4B0F52BB60C0E3309@ad.peach.ne.jp>
In-Reply-To: <20150801175158.GA70901@FreeBSD.org>
References:  <20150801175158.GA70901@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2D4A3C3A94694FB4B0F52BB60C0E3309>