Date: Tue, 6 Mar 2007 11:34:15 -0800 From: "Maksim Yevmenkin" <maksim.yevmenkin@gmail.com> To: "Pietro Cerutti" <pietro.cerutti@gmail.com> Cc: freebsd-bluetooth@freebsd.org Subject: Re: which modules are mandatory? Message-ID: <bb4a86c70703061134o7fc4ca40n2e067770eae067cb@mail.gmail.com> In-Reply-To: <e572718c0703060944sf505885n6974dcc7d21bce32@mail.gmail.com> References: <e572718c0703060944sf505885n6974dcc7d21bce32@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bb4a86c70703061134o7fc4ca40n2e067770eae067cb>