From owner-cvs-all Tue Nov 5 12:32:39 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 F05CA37B401 for ; Tue, 5 Nov 2002 12:32:36 -0800 (PST) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32D1043E77 for ; Tue, 5 Nov 2002 12:32:36 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 23235 invoked from network); 5 Nov 2002 20:32:41 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 5 Nov 2002 20:32:41 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id gA5KWXn5049493; Tue, 5 Nov 2002 15:32:33 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200211052008.gA5K8we1058715@repoman.freebsd.org> Date: Tue, 05 Nov 2002 15:32:35 -0500 (EST) From: John Baldwin To: Julian Elischer Subject: RE: cvs commit: src/sys/bluetooth Makefile src/sys/bluetooth/com Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org 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 On 05-Nov-2002 Julian Elischer wrote: > julian 2002/11/05 12:08:58 PST > > Added files: > sys/bluetooth Makefile > sys/bluetooth/common Makefile ng_bluetooth.c > sys/bluetooth/drivers Makefile > sys/bluetooth/drivers/bt3c Makefile ng_bt3c.4 > ng_bt3c_firmware.h ng_bt3c_pccard.c > ng_bt3c_var.h > sys/bluetooth/drivers/h4 Makefile TODO ng_h4.4 ng_h4.c > ng_h4_prse.h ng_h4_var.h > sys/bluetooth/drivers/ubt Makefile TODO ng_ubt.4 ng_ubt.c > ng_ubt_var.h > sys/bluetooth/hci Makefile TODO ng_hci.4 ng_hci_cmds.c > ng_hci_cmds.h ng_hci_evnt.c ng_hci_evnt.h > ng_hci_main.c ng_hci_misc.c ng_hci_misc.h > ng_hci_prse.h ng_hci_ulpi.c ng_hci_ulpi.h > ng_hci_var.h > sys/bluetooth/include ng_bluetooth.h ng_bt3c.h ng_btsocket.h > ng_btsocket_hci_raw.h > ng_btsocket_l2cap.h ng_h4.h ng_hci.h > ng_l2cap.h ng_ubt.h > sys/bluetooth/l2cap Makefile TODO ng_l2cap.4 ng_l2cap_cmds.c > ng_l2cap_cmds.h ng_l2cap_evnt.c > ng_l2cap_evnt.h ng_l2cap_llpi.c > ng_l2cap_llpi.h ng_l2cap_main.c > ng_l2cap_misc.c ng_l2cap_misc.h > ng_l2cap_prse.h ng_l2cap_ulpi.c > ng_l2cap_ulpi.h ng_l2cap_var.h > sys/bluetooth/socket Makefile TODO ng_btsocket.4 ng_btsocket.c > ng_btsocket_hci_raw.c ng_btsocket_l2cap.c > ng_btsocket_l2cap_raw.c > Log: > Check in the bluetooth stack > All new files, not yet connected to the build > > Submitted by: Maksim Yevmenkin It would have been _really_ nice if you had at least run this by re@ considering the size of this code. For one thing, if it is netgraph specific it probably belongs under sys/netgraph. We are already in something of a feature freeze now and are very close to locking the tree down even tighter now that we are starting to nail some of the bigger bugs people are looking at. It might be nice if someone could go and fix the kernel modules that have been disabled since the original KSE commit for example. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message