atom feed3 messages in org.freebsd.freebsd-bluetoothwhich modules are mandatory?
FromSent OnAttachments
Pietro CeruttiMar 6, 2007 6:11 pm 
Maksim YevmenkinMar 6, 2007 7:33 pm 
Pietro CeruttiMar 6, 2007 7:40 pm 
Subject:which modules are mandatory?
From:Maksim Yevmenkin (maks@gmail.com)
Date:Mar 6, 2007 7:33:59 pm
List:org.freebsd.freebsd-bluetooth

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