kernel/netgraph7: Port the kernel part of the netgraph7 bluetooth stack.
authorSascha Wildner <saw@online.de>
Sat, 15 Nov 2014 22:31:48 +0000 (23:31 +0100)
committerSascha Wildner <saw@online.de>
Sat, 15 Nov 2014 22:31:48 +0000 (23:31 +0100)
commite85b99abf6da4a83a7dc495b0ef37ce19864149f
tree22f72719f089c0f08cabe867099ba32d18f538cf
parent0fb52de5996e4bcbedf7fb6b1ef019833068257b
kernel/netgraph7: Port the kernel part of the netgraph7 bluetooth stack.

It still needs more testing/debugging, along with the userland part.

In-discussion-with: nant
49 files changed:
sys/netgraph7/Makefile
sys/netgraph7/bluetooth/Makefile [new file with mode: 0644]
sys/netgraph7/bluetooth/bluetooth/Makefile [new file with mode: 0644]
sys/netgraph7/bluetooth/common/ng_bluetooth.c
sys/netgraph7/bluetooth/drivers/Makefile [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/h4/Makefile [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/h4/ng_h4.c
sys/netgraph7/bluetooth/drivers/h4/ng_h4_prse.h
sys/netgraph7/bluetooth/drivers/h4/ng_h4_var.h
sys/netgraph7/bluetooth/hci/Makefile [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_cmds.c
sys/netgraph7/bluetooth/hci/ng_hci_cmds.h
sys/netgraph7/bluetooth/hci/ng_hci_evnt.c
sys/netgraph7/bluetooth/hci/ng_hci_evnt.h
sys/netgraph7/bluetooth/hci/ng_hci_main.c
sys/netgraph7/bluetooth/hci/ng_hci_misc.c
sys/netgraph7/bluetooth/hci/ng_hci_misc.h
sys/netgraph7/bluetooth/hci/ng_hci_prse.h
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.h
sys/netgraph7/bluetooth/include/ng_bluetooth.h
sys/netgraph7/bluetooth/include/ng_btsocket.h
sys/netgraph7/bluetooth/include/ng_btsocket_hci_raw.h
sys/netgraph7/bluetooth/include/ng_btsocket_l2cap.h
sys/netgraph7/bluetooth/include/ng_btsocket_rfcomm.h
sys/netgraph7/bluetooth/include/ng_h4.h
sys/netgraph7/bluetooth/include/ng_hci.h
sys/netgraph7/bluetooth/include/ng_l2cap.h
sys/netgraph7/bluetooth/include/ng_ubt.h
sys/netgraph7/bluetooth/l2cap/Makefile [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_cmds.c
sys/netgraph7/bluetooth/l2cap/ng_l2cap_cmds.h
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.h
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.h
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.h
sys/netgraph7/bluetooth/l2cap/ng_l2cap_prse.h
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h
sys/netgraph7/bluetooth/socket/Makefile [new file with mode: 0644]
sys/netgraph7/bluetooth/socket/ng_btsocket.c
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c
sys/netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c
sys/netgraph7/netgraph.h