freebsd-nq/sys/netgraph
Julian Elischer 878ed22696 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 <myevmenk@exodus.net>
Approved by:	re
2002-11-20 23:01:59 +00:00
..
bluetooth The second try a committing the bluetooth code 2002-11-20 23:01:59 +00:00
netgraph.h Don't use "NULL" when "0" is really meant. 2002-08-22 00:30:03 +00:00
ng_async.c
ng_async.h
ng_base.c Don't use "NULL" when "0" is really meant. 2002-08-22 00:30:03 +00:00
ng_bpf.c
ng_bpf.h
ng_bridge.c Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings. 2002-11-08 21:13:18 +00:00
ng_bridge.h
ng_cisco.c Don't use "NULL" when "0" is really meant. 2002-08-22 00:30:03 +00:00
ng_cisco.h
ng_device.c
ng_device.h
ng_echo.c
ng_echo.h
ng_eiface.c o track changes to ethernet input packet handling 2002-11-14 23:44:37 +00:00
ng_eiface.h
ng_etf.c
ng_etf.h
ng_ether.c o track changes to ethernet input packet handling 2002-11-14 23:44:37 +00:00
ng_ether.h
ng_fec.c ifnet_addrs doesn;t exist any more so use 2002-11-01 23:09:15 +00:00
ng_fec.h Finally get around to committing Bill Paul's FEC netgraph nodes. 2002-10-29 19:12:44 +00:00
ng_frame_relay.c
ng_frame_relay.h
ng_gif_demux.c
ng_gif_demux.h
ng_gif.c
ng_gif.h
ng_hole.c
ng_hole.h
ng_iface.c o track changes to ethernet input packet handling 2002-11-14 23:44:37 +00:00
ng_iface.h
ng_ip_input.c
ng_ip_input.h
ng_ksocket.c Reference the socket we're accepting. 2002-09-14 08:56:10 +00:00
ng_ksocket.h
ng_l2tp.c Don't use "NULL" when "0" is really meant. 2002-08-22 00:30:03 +00:00
ng_l2tp.h New L2TP netgraph node type. 2002-08-20 21:59:50 +00:00
ng_lmi.c
ng_lmi.h
ng_message.h
ng_mppc.c Don't use "NULL" when "0" is really meant. 2002-08-22 00:30:03 +00:00
ng_mppc.h
ng_one2many.c Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings. 2002-11-08 21:13:18 +00:00
ng_one2many.h
ng_parse.c Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings. 2002-11-08 21:13:18 +00:00
ng_parse.h
ng_ppp.c Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings. 2002-11-08 21:13:18 +00:00
ng_ppp.h
ng_pppoe.c Use %z to print a size_t value. 2002-11-08 14:50:44 +00:00
ng_pppoe.h use __packed. 2002-09-23 18:54:32 +00:00
ng_pptpgre.c Relax checking of incoming PPTP GRE packets a bit: ignore a bogus payload 2002-09-14 00:00:49 +00:00
ng_pptpgre.h
ng_rfc1490.c
ng_rfc1490.h
ng_sample.c
ng_sample.h
ng_socket.c Don't use "NULL" when "0" is really meant. 2002-08-22 00:30:03 +00:00
ng_socket.h
ng_socketvar.h
ng_source.c Slight redesign for fitting in with -current. 2002-11-05 01:08:11 +00:00
ng_source.h Add the netgraph 'source' module. 2002-10-31 23:03:09 +00:00
ng_split.c
ng_split.h
ng_tee.c
ng_tee.h
ng_tty.c
ng_tty.h
ng_UI.c
ng_UI.h
ng_vjc.c
ng_vjc.h
NOTES