[PATCH] Bluetooth stack for FreeBSD

Maksim Yevmenkin m_evmenkin at yahoo.com
Sat May 3 12:32:41 PDT 2003


Dear Hackers,

I would like to ask permission to commit my latest snapshot into FreeBSD
source tree. It would be nice if one of the commiters could take a look at
this, and, if there are no objections commit it. I have prepared the patches
and put them at

http://www.geocities.com/m_evmenkin/patch/

These patches will modify the following parts of the FreeBSD source tree

/usr/src/usr.bin/bluetooth
/usr/src/usr.sbin/bluetooth
/usr/src/sys/netgraph/bluetooth
/usr/src/sys/modules/netgraph/bluetooth
/usr/src/share/man/man4
/usr/src/share/examples/netgraph

Please follow these steps

1) download all patches

2) backup mentioned above parts of the FreeBSD source tree

3) patch /usr/src/usr.bin/bluetooth

 # cd /usr/src/usr.bin/bluetooth
 # patch -p2 < usr.bin.bluetooth.patch

4) patch /usr/src/usr.sbin/bluetooth

 # cd /usr/src/usr.bin/bluetooth
 # patch -p2 < usr.sbin.bluetooth.patch

5) patch /usr/src/sys/netgraph/bluetooth

 # cd /usr/src/sys/netgraph/bluetooth
 # patch -p2 < sys.netgraph.bluetooth.patch

6) patch /usr/src/sys/modules/netgraph/bluetooth

 # cd /usr/src/sys/modules/netgraph/bluetooth
 # patch -p3 < sys.modules.netgraph.bluetooth.patch
 # mv Makefile.inc.orig Makefile.inc

7) patch /usr/src/share/man/man4

 # cd /usr/src/share/man/man4
 # patch < share.man.man4.patch

8) patch /usr/src/share/examples/netgraph

 # cd /usr/src/share/examples/netgraph
 # mkdir bluetooth
 # cd bluetooth
 # patch < examples.netgraph.bluetooth.patch

thanks,
max


__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com


More information about the freebsd-mobile mailing list