From owner-freebsd-bluetooth@FreeBSD.ORG Tue Mar 6 19:40:25 2007 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 361E016A407 for ; Tue, 6 Mar 2007 19:40:25 +0000 (UTC) (envelope-from pietro.cerutti@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id E62DB13C4B2 for ; Tue, 6 Mar 2007 19:40:24 +0000 (UTC) (envelope-from pietro.cerutti@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1745788ana for ; Tue, 06 Mar 2007 11:40:24 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AIaPUsYmNzMsoHfWj2TIPw7JfVmXplPhSgD5nRJ9RNgKxqAhzNq6+WGl9/vUkYppZqog9XID5Q29YUIJmjVit5d349JPtuLEfdKHT9x4GtxH2TXD6Dh+uEUmHo/xUvF4vu+GBNMATFiiFoK9kdlxtcxfFpigt9rzY9FOKGp6KAE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Rw4IJZGo2j7kI9mDujQCI+yqBQ65AwsJJZN6kaxcDZZbADDWHuu5Yhaw5Cmx+T0fDkOJfl9uAkVmwSRDdj/RuHKZopYk/EY2ANWpj7o8z3eXgDJ6hYR+oVyr3F4QZu2tICtQGIUYCPKipYlgADcKBYWOnHymx1Avj2MnOXln408= Received: by 10.100.136.13 with SMTP id j13mr5685818and.1173210023949; Tue, 06 Mar 2007 11:40:23 -0800 (PST) Received: by 10.100.33.5 with HTTP; Tue, 6 Mar 2007 11:40:23 -0800 (PST) Message-ID: Date: Tue, 6 Mar 2007 20:40:23 +0100 From: "Pietro Cerutti" To: "Maksim Yevmenkin" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-bluetooth@freebsd.org Subject: Re: which modules are mandatory? X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2007 19:40:25 -0000 On 3/6/07, Maksim Yevmenkin 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