Cannot build kernel with qlxgbe on 10.2 RC2 (and probably 11-current)
Glen Barber
gjb at FreeBSD.org
Sat Aug 8 02:00:55 UTC 2015
On Sat, Aug 08, 2015 at 10:47:09AM +0900, Daisuke Aoyama wrote:
> 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.
>
Please open a PR in Bugzilla.
Glen
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20150808/efe380a4/attachment.bin>
More information about the freebsd-stable
mailing list