From owner-freebsd-bluetooth@FreeBSD.ORG Tue Mar 6 19:34:17 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 038C516A401 for ; Tue, 6 Mar 2007 19:34:17 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.228]) by mx1.freebsd.org (Postfix) with ESMTP id B62A413C442 for ; Tue, 6 Mar 2007 19:34:16 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by wr-out-0506.google.com with SMTP id 71so2668315wri for ; Tue, 06 Mar 2007 11:34:15 -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=FIJ47sdOjuxi1eob9+sy9gjSaGUp7iH3ftf4bz+UrZ+xd0ZVEOM34H4Gsmd+CRlXVpJ86/JcnI8ybIojuO2r7KOz/K5tP3ZBNSN3I0S/xXqGt1KfNhrPEbJm6jawIu6rWUTg8RtAV7MzQNJAiJ4BMtEPQ+MJLQ8mS2YAukFUrOA= 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=PQDrc/QK1uTz+UT/bLkeA5yWSgyjE5GBJNy+lKEjKSRtvW+eHjrgfQC6+jBvMM0LkkJjVYQ6efw902s+6v4xJISXkw4thrXwmS9j/xhUwK/T/kWsvwxIvbEX9f6tdeXbjq/lX4QmmVRFslYfQXoeAagYvRSCHlKJCvUoqQEulN8= Received: by 10.114.93.1 with SMTP id q1mr1883599wab.1173209655219; Tue, 06 Mar 2007 11:34:15 -0800 (PST) Received: by 10.114.192.17 with HTTP; Tue, 6 Mar 2007 11:34:15 -0800 (PST) Message-ID: Date: Tue, 6 Mar 2007 11:34:15 -0800 From: "Maksim Yevmenkin" To: "Pietro Cerutti" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; 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:34:17 -0000 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