diff options
| author | Maksim Yevmenkin <emax@FreeBSD.org> | 2007-07-10 16:38:43 +0000 |
|---|---|---|
| committer | Maksim Yevmenkin <emax@FreeBSD.org> | 2007-07-10 16:38:43 +0000 |
| commit | 08b755600f29790c8bd905e800ef9a2d71c9d159 (patch) | |
| tree | f4b7c8c552471db73c6a585328f0570a9a50f7dd /sys | |
| parent | 74a2924f4d72654a909d3833c5840e870b84a516 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/modules/netgraph/bluetooth/Makefile | 3 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/drivers/h4/ng_h4.c | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/netgraph/bluetooth/Makefile b/sys/modules/netgraph/bluetooth/Makefile index 2c7ae7a58132b..098ac1adb7763 100644 --- a/sys/modules/netgraph/bluetooth/Makefile +++ b/sys/modules/netgraph/bluetooth/Makefile @@ -7,8 +7,9 @@ SUBDIR= \ l2cap \ socket \ bt3c \ - h4 \ ubt \ ubtbcmfw +# h4 is not MPSAFE. Disconnect for now. + .include <bsd.subdir.mk> diff --git a/sys/netgraph/bluetooth/drivers/h4/ng_h4.c b/sys/netgraph/bluetooth/drivers/h4/ng_h4.c index cf26468ee0e5d..383978077d4cc 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 |
