summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2007-08-13 17:19:28 +0000
committeremax <emax@FreeBSD.org>2007-08-13 17:19:28 +0000
commit7473c1093a1b04fa2dfcdc5d4f98adf43ef3d315 (patch)
tree6ec1ae2e52e24e90b9bd6f6eaadebf55814fd142 /sys/modules/netgraph
parent5c8a6bfaa138626e35408df59c60c7586b293d20 (diff)
downloadFreeBSD-src-7473c1093a1b04fa2dfcdc5d4f98adf43ef3d315.zip
FreeBSD-src-7473c1093a1b04fa2dfcdc5d4f98adf43ef3d315.tar.gz
Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.
Reconnect ng_h(4) back to the build. Reviewed by: kensmith Approved by: re (kensmith) MFC after: 1 month
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/bluetooth/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/netgraph/bluetooth/Makefile b/sys/modules/netgraph/bluetooth/Makefile
index 098ac1a..2c7ae7a 100644
--- a/sys/modules/netgraph/bluetooth/Makefile
+++ b/sys/modules/netgraph/bluetooth/Makefile
@@ -7,9 +7,8 @@ SUBDIR= \
l2cap \
socket \
bt3c \
+ h4 \
ubt \
ubtbcmfw
-# h4 is not MPSAFE. Disconnect for now.
-
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud