[PATCH] Bluetooth stack for FreeBSD
Maksim Yevmenkin <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"