diff options
author | Alexander Motin <mav@FreeBSD.org> | 2019-08-15 16:27:04 +0000 |
---|---|---|
committer | Alexander Motin <mav@FreeBSD.org> | 2019-08-15 16:27:04 +0000 |
commit | 63ac15aba4c5aee21eb81ec5cb947c6584b9e293 (patch) | |
tree | 929975762d95ba51afb988e7a148eb75a1221c3b /share/man/man4/Makefile | |
parent | d8335b53397d08dbac72c3c98bb04e05d3d4b93b (diff) | |
download | src-63ac15aba4c5aee21eb81ec5cb947c6584b9e293.tar.gz src-63ac15aba4c5aee21eb81ec5cb947c6584b9e293.zip |
Add NTB modules to i386 build.
There is no reason why NTB should not be usable on i386 if memory windows
are small enough.
Notes
Notes:
svn path=/head/; revision=351084
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index b18b3d4d49e7..cff4b05df5e5 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -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 |