Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 May 2003 12:32:39 -0700 (PDT)
From:      Maksim Yevmenkin <m_evmenkin@yahoo.com>
To:        mobile@freebsd.org, current@freebsd.org
Subject:   [PATCH] Bluetooth stack for FreeBSD
Message-ID:  <20030503193240.37377.qmail@web40312.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030503193240.37377.qmail>