which modules are mandatory?

Maksim Yevmenkin maksim.yevmenkin at gmail.com
Tue Mar 6 19:34:17 UTC 2007


Pietro,

[...]

> I would like to keep my kernel at a minimum, and thus I'd like to know
> which parts of it should be built in order for bluetooth to work.

ng_ubt(4) - driver for usb bluetooth devices
(options NETGRAPH_BLUETOOTH_UBT)

ng_bluetooth(4) - generic code
(options NETGRAPH_BLUETOOTH)

ng_hci(4) - bluetooth host controller interface (hci)
(options NETGRAPH_BLUETOOTH_HCI)

ng_l2cap(4) - bluetooth link layer control and adaptation protocol (l2cap)
(options NETGRAPH_BLUETOOTH_L2CAP)

ng_btsocket(4) - bluetooth sockets/rfcomm
(options NETGRAPH_BLUETOOTH_SOCKET)

all of this of course depends on netgraph(4) framework
(options NETGRAPH)

thanks,
max


More information about the freebsd-bluetooth mailing list