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

[-- Attachment #1 --]
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 
[-- Attachment #2 --]
Index: sys/conf/files.amd64
===================================================================
--- sys/conf/files.amd64	(revision 286400)
+++ sys/conf/files.amd64	(working copy)
@@ -292,10 +292,13 @@
 dev/qlxgb/qla_isr.c		optional	qlxgb pci
 dev/qlxgb/qla_misc.c		optional	qlxgb pci
 dev/qlxgb/qla_os.c		optional	qlxgb pci
+dev/qlxgbe/ql_boot.c		optional	qlxgbe pci
 dev/qlxgbe/ql_dbg.c		optional	qlxgbe pci
+dev/qlxgbe/ql_fw.c		optional	qlxgbe pci
 dev/qlxgbe/ql_hw.c		optional	qlxgbe pci
 dev/qlxgbe/ql_ioctl.c		optional	qlxgbe pci
 dev/qlxgbe/ql_isr.c		optional	qlxgbe pci
+dev/qlxgbe/ql_minidump.c	optional	qlxgbe pci
 dev/qlxgbe/ql_misc.c		optional	qlxgbe pci
 dev/qlxgbe/ql_os.c		optional	qlxgbe pci
 dev/qlxgbe/ql_reset.c		optional	qlxgbe pci

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