Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Mar 2007 20:40:23 +0100
From:      "Pietro Cerutti" <pietro.cerutti@gmail.com>
To:        "Maksim Yevmenkin" <maksim.yevmenkin@gmail.com>
Cc:        freebsd-bluetooth@freebsd.org
Subject:   Re: which modules are mandatory?
Message-ID:  <e572718c0703061140k6d543c3ei85d03667cdc6ca44@mail.gmail.com>
In-Reply-To: <bb4a86c70703061134o7fc4ca40n2e067770eae067cb@mail.gmail.com>
References:  <e572718c0703060944sf505885n6974dcc7d21bce32@mail.gmail.com> <bb4a86c70703061134o7fc4ca40n2e067770eae067cb@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 3/6/07, Maksim Yevmenkin <maksim.yevmenkin@gmail.com> wrote:
> 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)
>

They're all included by the /sys/modules/netgraph/bluetooth's Makefile.

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

I have this one, too.

So, do you see any difference in building those parts by including the
relevant OPTIONS in the kernel config file, versus simply make'ing and
make install'ing in their subdirectories?

At this point, my configuration seems to be ok. Do you see any other problems?

>
> thanks,
Thanx,

> max
>


-- 
Pietro Cerutti

- ASCII Ribbon Campaign -
 against HTML e-mail and
 proprietary attachments
   www.asciiribbon.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e572718c0703061140k6d543c3ei85d03667cdc6ca44>