summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2007-07-10 16:38:43 +0000
committeremax <emax@FreeBSD.org>2007-07-10 16:38:43 +0000
commit7fce1d7b71e9d9faba1096e731edfa6528bbeea4 (patch)
treef4b7c8c552471db73c6a585328f0570a9a50f7dd /sys/netgraph/bluetooth
parent3496c2f794019be6a777f3a71bef195556794049 (diff)
downloadFreeBSD-src-7fce1d7b71e9d9faba1096e731edfa6528bbeea4.zip
FreeBSD-src-7fce1d7b71e9d9faba1096e731edfa6528bbeea4.tar.gz
Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now.
Approved by: re (rwatson)
Diffstat (limited to 'sys/netgraph/bluetooth')
-rw-r--r--sys/netgraph/bluetooth/drivers/h4/ng_h4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/bluetooth/drivers/h4/ng_h4.c b/sys/netgraph/bluetooth/drivers/h4/ng_h4.c
index cf26468..3839780 100644
--- a/sys/netgraph/bluetooth/drivers/h4/ng_h4.c
+++ b/sys/netgraph/bluetooth/drivers/h4/ng_h4.c
@@ -73,7 +73,7 @@
*****************************************************************************
*****************************************************************************/
-NET_NEEDS_GIANT("ng_h4");
+#error "NET_NEEDS_GIANT"
/* MALLOC define */
#ifndef NG_SEPARATE_MALLOC
OpenPOWER on IntegriCloud