Date: Thu, 15 Aug 2019 16:27:04 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r351084 - in head: share/man/man4 sys/modules Message-ID: <201908151627.x7FGR4LM005295@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mav Date: Thu Aug 15 16:27:04 2019 New Revision: 351084 URL: https://svnweb.freebsd.org/changeset/base/351084 Log: Add NTB modules to i386 build. There is no reason why NTB should not be usable on i386 if memory windows are small enough. Modified: head/share/man/man4/Makefile head/sys/modules/Makefile Modified: head/share/man/man4/Makefile ============================================================================== --- head/share/man/man4/Makefile Thu Aug 15 16:22:15 2019 (r351083) +++ head/share/man/man4/Makefile Thu Aug 15 16:27:04 2019 (r351084) @@ -790,6 +790,11 @@ _nda.4= nda.4 _ndis.4= ndis.4 _nfe.4= nfe.4 _nfsmb.4= nfsmb.4 +_if_ntb.4= if_ntb.4 +_ntb.4= ntb.4 +_ntb_hw_intel.4= ntb_hw_intel.4 +_ntb_hw_plx.4= ntb_hw_plx.4 +_ntb_transport.4=ntb_transport.4 _nvd.4= nvd.4 _nvme.4= nvme.4 _nvram.4= nvram.4 @@ -817,12 +822,7 @@ _xnb.4= xnb.4 .endif .if ${MACHINE_CPUARCH} == "amd64" -_if_ntb.4= if_ntb.4 _ioat.4= ioat.4 -_ntb.4= ntb.4 -_ntb_hw_intel.4= ntb_hw_intel.4 -_ntb_hw_plx.4= ntb_hw_plx.4 -_ntb_transport.4=ntb_transport.4 _qlxge.4= qlxge.4 _qlxgb.4= qlxgb.4 _qlxgbe.4= qlxgbe.4 Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Thu Aug 15 16:22:15 2019 (r351083) +++ head/sys/modules/Makefile Thu Aug 15 16:27:04 2019 (r351084) @@ -594,6 +594,7 @@ _lio= lio .endif _nctgpio= nctgpio _ndis= ndis +_ntb= ntb _ocs_fc= ocs_fc _pccard= pccard .if ${MK_OFED} != "no" || defined(ALL_MODULES) @@ -691,7 +692,6 @@ _ioat= ioat _ixl= ixl _linux64= linux64 _linux_common= linux_common -_ntb= ntb _nvdimm= nvdimm _pms= pms _qlxge= qlxge
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908151627.x7FGR4LM005295>