From owner-cvs-all Wed Nov 20 15: 5: 9 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 0F1FD37B401; Wed, 20 Nov 2002 15:05:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2507543E4A; Wed, 20 Nov 2002 15:05:04 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAKN1xmV010318; Wed, 20 Nov 2002 15:01:59 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAKN1xJG010317; Wed, 20 Nov 2002 15:01:59 -0800 (PST) Message-Id: <200211202301.gAKN1xJG010317@repoman.freebsd.org> From: Julian Elischer Date: Wed, 20 Nov 2002 15:01:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ng_bluetooth.4 ng_bt3c.4 ng_btsocket.4 ng_h4.4 ng_hci.4 ng_l2cap.4 ng_ubt.4 src/usr.sbin/bluetooth Makefile src/usr.sbin/bluetooth/bt3cfw Makefile bt3cfw.8 bt3cfw.c src/usr.sbin/bluetooth/hccontrol ... X-FreeBSD-CVS-Branch: HEAD 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 julian 2002/11/20 15:01:59 PST Added files: share/man/man4 ng_bluetooth.4 ng_bt3c.4 ng_btsocket.4 ng_h4.4 ng_hci.4 ng_l2cap.4 ng_ubt.4 usr.sbin/bluetooth Makefile usr.sbin/bluetooth/bt3cfw Makefile bt3cfw.8 bt3cfw.c usr.sbin/bluetooth/hccontrol Makefile hccontrol.8 hccontrol.c hccontrol.h host_controller_baseband.c info.c link_control.c link_policy.c node.c send_recv.c status.c util.c usr.sbin/bluetooth/hcseriald Makefile hcseriald.8 hcseriald.c usr.sbin/bluetooth/l2control Makefile l2cap.c l2control.8 l2control.c l2control.h usr.sbin/bluetooth/l2ping Makefile l2ping.8 l2ping.c usr.bin/bluetooth Makefile usr.bin/bluetooth/btsockstat Makefile btsockstat.1 btsockstat.c sys/netgraph/bluetooth/common ng_bluetooth.c sys/netgraph/bluetooth/drivers/bt3c ng_bt3c_pccard.c ng_bt3c_var.h sys/netgraph/bluetooth/drivers/h4 TODO ng_h4.c ng_h4_prse.h ng_h4_var.h sys/netgraph/bluetooth/drivers/ubt TODO ng_ubt.c ng_ubt_var.h sys/netgraph/bluetooth/hci TODO 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/netgraph/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/netgraph/bluetooth/l2cap TODO 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/netgraph/bluetooth/socket TODO ng_btsocket.c ng_btsocket_hci_raw.c ng_btsocket_l2cap.c ng_btsocket_l2cap_raw.c sys/modules/netgraph/bluetooth Makefile sys/modules/netgraph/bluetooth/bluetooth Makefile sys/modules/netgraph/bluetooth/bt3c Makefile sys/modules/netgraph/bluetooth/h4 Makefile sys/modules/netgraph/bluetooth/hci Makefile sys/modules/netgraph/bluetooth/l2cap Makefile sys/modules/netgraph/bluetooth/socket Makefile sys/modules/netgraph/bluetooth/ubt Makefile Log: The second try a committing the bluetooth code Has been seen to work on several cards and communicating with several mobile phones to use them as modems etc. We are still talking with 3com to try get them to allow us to include the firmware for their pccard in the driver but the driver is here.. In the mean time it can be downloaded from the 3com website and loaded using the utility bt3cfw(8) (supplied) (instructions in the man page) Not yet linked to the build Submitted by: Maksim Yevmenkin Approved by: re Revision Changes Path 1.1 +109 -0 src/share/man/man4/ng_bluetooth.4 (new) 1.1 +136 -0 src/share/man/man4/ng_bt3c.4 (new) 1.1 +255 -0 src/share/man/man4/ng_btsocket.4 (new) 1.1 +121 -0 src/share/man/man4/ng_h4.4 (new) 1.1 +342 -0 src/share/man/man4/ng_hci.4 (new) 1.1 +341 -0 src/share/man/man4/ng_l2cap.4 (new) 1.1 +102 -0 src/share/man/man4/ng_ubt.4 (new) 1.1 +13 -0 src/sys/modules/netgraph/bluetooth/Makefile (new) 1.1 +13 -0 src/sys/modules/netgraph/bluetooth/bluetooth/Makefile (new) 1.1 +16 -0 src/sys/modules/netgraph/bluetooth/bt3c/Makefile (new) 1.1 +16 -0 src/sys/modules/netgraph/bluetooth/h4/Makefile (new) 1.1 +16 -0 src/sys/modules/netgraph/bluetooth/hci/Makefile (new) 1.1 +16 -0 src/sys/modules/netgraph/bluetooth/l2cap/Makefile (new) 1.1 +17 -0 src/sys/modules/netgraph/bluetooth/socket/Makefile (new) 1.1 +16 -0 src/sys/modules/netgraph/bluetooth/ubt/Makefile (new) 1.1 +254 -0 src/sys/netgraph/bluetooth/common/ng_bluetooth.c (new) 1.1 +1247 -0 src/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c (new) 1.1 +103 -0 src/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_var.h (new) 1.1 +13 -0 src/sys/netgraph/bluetooth/drivers/h4/TODO (new) 1.1 +1059 -0 src/sys/netgraph/bluetooth/drivers/h4/ng_h4.c (new) 1.1 +122 -0 src/sys/netgraph/bluetooth/drivers/h4/ng_h4_prse.h (new) 1.1 +100 -0 src/sys/netgraph/bluetooth/drivers/h4/ng_h4_var.h (new) 1.1 +30 -0 src/sys/netgraph/bluetooth/drivers/ubt/TODO (new) 1.1 +2166 -0 src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c (new) 1.1 +143 -0 src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h (new) 1.1 +42 -0 src/sys/netgraph/bluetooth/hci/TODO (new) 1.1 +887 -0 src/sys/netgraph/bluetooth/hci/ng_hci_cmds.c (new) 1.1 +45 -0 src/sys/netgraph/bluetooth/hci/ng_hci_cmds.h (new) 1.1 +1085 -0 src/sys/netgraph/bluetooth/hci/ng_hci_evnt.c (new) 1.1 +43 -0 src/sys/netgraph/bluetooth/hci/ng_hci_evnt.h (new) 1.1 +1063 -0 src/sys/netgraph/bluetooth/hci/ng_hci_main.c (new) 1.1 +556 -0 src/sys/netgraph/bluetooth/hci/ng_hci_misc.c (new) 1.1 +58 -0 src/sys/netgraph/bluetooth/hci/ng_hci_misc.h (new) 1.1 +203 -0 src/sys/netgraph/bluetooth/hci/ng_hci_prse.h (new) 1.1 +1280 -0 src/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c (new) 1.1 +53 -0 src/sys/netgraph/bluetooth/hci/ng_hci_ulpi.h (new) 1.1 +217 -0 src/sys/netgraph/bluetooth/hci/ng_hci_var.h (new) 1.1 +232 -0 src/sys/netgraph/bluetooth/include/ng_bluetooth.h (new) 1.1 +114 -0 src/sys/netgraph/bluetooth/include/ng_bt3c.h (new) 1.1 +319 -0 src/sys/netgraph/bluetooth/include/ng_btsocket.h (new) 1.1 +85 -0 src/sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h (new) 1.1 +200 -0 src/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h (new) 1.1 +118 -0 src/sys/netgraph/bluetooth/include/ng_h4.h (new) 1.1 +1651 -0 src/sys/netgraph/bluetooth/include/ng_hci.h (new) 1.1 +655 -0 src/sys/netgraph/bluetooth/include/ng_l2cap.h (new) 1.1 +103 -0 src/sys/netgraph/bluetooth/include/ng_ubt.h (new) 1.1 +43 -0 src/sys/netgraph/bluetooth/l2cap/TODO (new) 1.1 +365 -0 src/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.c (new) 1.1 +403 -0 src/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h (new) 1.1 +1337 -0 src/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.c (new) 1.1 +38 -0 src/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.h (new) 1.1 +806 -0 src/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c (new) 1.1 +48 -0 src/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.h (new) 1.1 +736 -0 src/sys/netgraph/bluetooth/l2cap/ng_l2cap_main.c (new) 1.1 +517 -0 src/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c (new) 1.1 +100 -0 src/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.h (new) 1.1 +71 -0 src/sys/netgraph/bluetooth/l2cap/ng_l2cap_prse.h (new) 1.1 +1640 -0 src/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c (new) 1.1 +77 -0 src/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.h (new) 1.1 +182 -0 src/sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h (new) 1.1 +15 -0 src/sys/netgraph/bluetooth/socket/TODO (new) 1.1 +258 -0 src/sys/netgraph/bluetooth/socket/ng_btsocket.c (new) 1.1 +1320 -0 src/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c (new) 1.1 +2717 -0 src/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c (new) 1.1 +1222 -0 src/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c (new) 1.1 +5 -0 src/usr.bin/bluetooth/Makefile (new) 1.1 +17 -0 src/usr.bin/bluetooth/btsockstat/Makefile (new) 1.1 +73 -0 src/usr.bin/bluetooth/btsockstat/btsockstat.1 (new) 1.1 +484 -0 src/usr.bin/bluetooth/btsockstat/btsockstat.c (new) 1.1 +12 -0 src/usr.sbin/bluetooth/Makefile (new) 1.1 +15 -0 src/usr.sbin/bluetooth/bt3cfw/Makefile (new) 1.1 +69 -0 src/usr.sbin/bluetooth/bt3cfw/bt3cfw.8 (new) 1.1 +227 -0 src/usr.sbin/bluetooth/bt3cfw/bt3cfw.c (new) 1.1 +14 -0 src/usr.sbin/bluetooth/hccontrol/Makefile (new) 1.1 +163 -0 src/usr.sbin/bluetooth/hccontrol/hccontrol.8 (new) 1.1 +274 -0 src/usr.sbin/bluetooth/hccontrol/hccontrol.c (new) 1.1 +75 -0 src/usr.sbin/bluetooth/hccontrol/hccontrol.h (new) 1.1 +1713 -0 src/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c (new) 1.1 +219 -0 src/usr.sbin/bluetooth/hccontrol/info.c (new) 1.1 +973 -0 src/usr.sbin/bluetooth/hccontrol/link_control.c (new) 1.1 +310 -0 src/usr.sbin/bluetooth/hccontrol/link_policy.c (new) 1.1 +518 -0 src/usr.sbin/bluetooth/hccontrol/node.c (new) 1.1 +184 -0 src/usr.sbin/bluetooth/hccontrol/send_recv.c (new) 1.1 +245 -0 src/usr.sbin/bluetooth/hccontrol/status.c (new) 1.1 +350 -0 src/usr.sbin/bluetooth/hccontrol/util.c (new) 1.1 +17 -0 src/usr.sbin/bluetooth/hcseriald/Makefile (new) 1.1 +81 -0 src/usr.sbin/bluetooth/hcseriald/hcseriald.8 (new) 1.1 +279 -0 src/usr.sbin/bluetooth/hcseriald/hcseriald.c (new) 1.1 +12 -0 src/usr.sbin/bluetooth/l2control/Makefile (new) 1.1 +256 -0 src/usr.sbin/bluetooth/l2control/l2cap.c (new) 1.1 +84 -0 src/usr.sbin/bluetooth/l2control/l2control.8 (new) 1.1 +226 -0 src/usr.sbin/bluetooth/l2control/l2control.c (new) 1.1 +49 -0 src/usr.sbin/bluetooth/l2control/l2control.h (new) 1.1 +12 -0 src/usr.sbin/bluetooth/l2ping/Makefile (new) 1.1 +87 -0 src/usr.sbin/bluetooth/l2ping/l2ping.8 (new) 1.1 +279 -0 src/usr.sbin/bluetooth/l2ping/l2ping.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message