Subject: Re: bluetooth?
To: Jason R Thorpe <thorpej@wasabisystems.com>
From: Ronald van der Pol <Ronald.vanderPol@rvdp.org>
List: current-users
Date: 01/08/2003 18:19:47
On Wed, Jan 08, 2003 at 08:30:55 -0800, Jason R Thorpe wrote:

> Our USB stack isn't netgraph, so why should the bluetooth stack be
> netgraph?

I don't know :-) I was referring to a discussion on -users recently
(on which you also replied).

But Hubert is right, there has been some bluetooth code added recently.

My USB bluetooth device is recognized:
ugen0 at uhub0 port 1
ugen0: Cambridge Silicon Radio Bluetooth USB Adapter, rev 1.10/3.73, addr 2

Great!!

I tried to add
ubt*    at uhub? port ?
to my kernel config, but that does not work yet.

echo "source /home/rvdp/src/NetBSD/current/src/sys/gdbscripts/vdump" >> .gdbinit
echo "source /home/rvdp/src/NetBSD/current/src/sys/gdbscripts/xps" >> .gdbinit
sh /home/rvdp/src/NetBSD/current/src/sys/conf/newvers.sh
/home/rvdp/src/NetBSD/current/tools-i386/bin/i386--netbsdelf-gcc  -ffreestanding  -O2 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wno-sign-compare -Wno-uninitialized  -Di386 -I.  -I/home/rvdp/src/NetBSD/current/src/sys/arch -I/home/rvdp/src/NetBSD/current/src/sys -nostdinc -DLKM -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT  -c vers.c
/home/rvdp/src/NetBSD/current/tools-i386/bin/i386--netbsdelf-ld -T /home/rvdp/src/NetBSD/current/src/sys/arch/i386/conf/kern.ldscript -Ttext c0100000 -e start -X -o netbsd ${SYSTEM_OBJ} vers.o
ubt.o: In function `ubt_attach':
ubt.o(.text+0x231): undefined reference to `bt_print'
*** Error code 1

I will look it later.

	rvdp