From owner-cvs-all Tue Nov 5 13:11:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF5AB37B401; Tue, 5 Nov 2002 13:11:12 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14D9243E6E; Tue, 5 Nov 2002 13:11:12 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gA5LB4pk093843; Tue, 5 Nov 2002 14:11:05 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 05 Nov 2002 14:10:14 -0700 (MST) Message-Id: <20021105.141014.43408575.imp@bsdimp.com> To: julian@elischer.org Cc: julian@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/bluetooth Makefile src/sys/bluetooth/common Makefile ng_bluetooth.c src/sys/bluetooth/drivers Makefile src/sys/bluetooth/drivers/bt3c Makefile ng_bt3c.4 ng_bt3c_firmware.h ng_bt3c_pccard.c ng_bt3c_var.h ... From: "M. Warner Losh" In-Reply-To: References: <200211052022.gA5KMbpk093241@harmony.village.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: Julian Elischer writes: : : : On Tue, 5 Nov 2002, Warner Losh wrote: : : > In message <200211052008.gA5K8we1058715@repoman.freebsd.org> Julian Elischer writes: : > : sys/bluetooth Makefile : > : > This should have been dev/bluetooth to match other new busses that are : > going into the tree. : : I modelled it off cam.. cam wasn't the best model to follow, and the client drivers for cam aren't under cam, they are under dev/aic7xxxx or dev/isp, etc. : 'dev' is a rather poor choice.. how about 'bus' ? Well, cam is kinda a special case. Right now we have dev/{pccard,cardbus,usb,firewire} so it seems that a dev/bluetooth wouldn't be horrible. But on the otherhand, it is more of a network stack, so net/bluetooth would be a good place for that with the drivers living under dev/. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message