aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/bluetooth/socket
Commit message (Collapse)AuthorAgeFilesLines
* bsd.kmod.mk does not deal with manpages anymore.Ruslan Ermilov2004-01-131-1/+0
| | | | Notes: svn path=/head/; revision=124472
* Update Bluetooth code.Maksim Yevmenkin2003-10-121-4/+1
| | | | | | | | Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor) Notes: svn path=/head/; revision=121054
* Part one of undating the bluetooth code to the newest versionJulian Elischer2003-05-101-5/+7
| | | | | | | | Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com> Approved by: re@ Notes: svn path=/head/; revision=114878
* Fix make buildkernel.Warner Losh2002-11-211-1/+1
| | | | | | | | | | | | | | | These makefiles work when building in the sys/modules directory, but not with the objdir stuff that buildkernel uses. This is because they used -I../../../blah rather than -I${.CURDIR}/../../../blah. # I didn't fix the abuse of CFLAGS to specify -g since I wanted the # barest minimal change since we're in a code freeze. Approved by: make buildkernel... Hat for armchair anarchists: core member fixing src tree damage Notes: svn path=/head/; revision=107131
* The second try a committing the bluetooth codeJulian Elischer2002-11-201-0/+17
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 Notes: svn path=/head/; revision=107120