From a650d8699ff6749d1afc696a3d63dbe19446c652 Mon Sep 17 00:00:00 2001 From: Benno Rice Date: Fri, 17 Jul 2015 20:30:30 +0000 Subject: [PATCH] Enable pms module on amd64 for now. --- sys/modules/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 5f8ba1d62aad..951f55398349 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -276,6 +276,7 @@ SUBDIR= \ ${_pfsync} \ plip \ ${_pmc} \ + ${_pms} \ ppbus \ ppc \ ppi \ @@ -620,6 +621,7 @@ _ixlv= ixlv _linux64= linux64 _linux_common= linux_common _ntb= ntb +_pms= pms _qlxge= qlxge _qlxgb= qlxgb _qlxgbe= qlxgbe