Re: bluetooth BW-BH02U reset failure

2003-04-01 Thread miniyan
Hi Maksim, It's slow response [...] what you need is Linux bluez-bluefw-0.9 package. in firmware/ directory you will find two files: BCM2033-MD.hex (mini-driver) and BCM2033-FW.bin (firmware). the loader itself is implemented in bcm_usb.c file. I understand it. It's my further target.

Re: RELENG_5_0 v. HEAD

2003-04-01 Thread Kris Kennaway
On Tue, Apr 01, 2003 at 09:42:25AM -0800, Evan Dower wrote: I've been tracking RELENG_5_0 pretty much since it existed, but I am wondering now if it would be better to track -CURRENT via HEAD instead. After all, with the semi-frozen status of HEAD, all knew commits should be fairly

Re: libthr and 1:1 threading.

2003-04-01 Thread Jeff Roberson
On Tue, 1 Apr 2003, Scott Long wrote: Jeff Roberson wrote: I have commited libthr. To try this out you'll need to do the following Excellent job Jeff and Jon, thanks a lot! Is anyone working on getting full Apache2 support for this? Also, linking the Java 1.3 and 1.4 ports to this

Re: FreeBSD/alpha kern.flp flood

2003-04-01 Thread David O'Brien
On Tue, Apr 01, 2003 at 01:56:52PM -0600, Juli Mallett wrote: * De: David O'Brien [EMAIL PROTECTED] [ Data: 2003-04-01 ] [ Subjecte: Re: FreeBSD/alpha kern.flp flood ] On Mon, Mar 31, 2003 at 06:03:48PM +0300, Ruslan Ermilov wrote: Anyway, I've committed the fix to release/Makefile

Re: FreeBSD/alpha kern.flp flood

2003-04-01 Thread Ruslan Ermilov
On Tue, Apr 01, 2003 at 12:22:58PM -0800, David O'Brien wrote: On Tue, Apr 01, 2003 at 01:56:52PM -0600, Juli Mallett wrote: * De: David O'Brien [EMAIL PROTECTED] [ Data: 2003-04-01 ] [ Subjecte: Re: FreeBSD/alpha kern.flp flood ] On Mon, Mar 31, 2003 at 06:03:48PM +0300, Ruslan

Re: RELENG_5_0 v. HEAD

2003-04-01 Thread Evan Dower
Perhaps I should choose my words more wisely. The ports system will allow you to build it (nvidia-driver) on a recent HEAD, but not on RELENG_5_0. I assume that this is because some change was made that increased its stability. I had it installed anyway, for a while, but in the end chose

Re: libthr and 1:1 threading.

2003-04-01 Thread Geoffrey C. Speicher
Jeff Roberson wrote: I have commited libthr. To try this out you'll need to do the following 1. cvsup 2. rebuild world and kernel 3. install world and kernel 4. build libthr from src/lib/libthr 5. Either replace /usr/lib/libc_r.so.5 with /usr/lib/libthr.so.1 or relink your

Re: FreeBSD/alpha kern.flp flood

2003-04-01 Thread Bruce Evans
On Tue, 1 Apr 2003, David O'Brien wrote: On Mon, Mar 31, 2003 at 06:03:48PM +0300, Ruslan Ermilov wrote: Anyway, I've committed the fix to release/Makefile that strips the .comment section out from the BOOTMFS kernel. If you have time, you can exploit the effect of this by changing

Re: FreeBSD/alpha kern.flp flood

2003-04-01 Thread Bruce Evans
On Wed, 2 Apr 2003, Ruslan Ermilov wrote: On Tue, Apr 01, 2003 at 12:22:58PM -0800, David O'Brien wrote: On Tue, Apr 01, 2003 at 01:56:52PM -0600, Juli Mallett wrote: * De: David O'Brien [EMAIL PROTECTED] [ Data: 2003-04-01 ] [ Subjecte: Re: FreeBSD/alpha kern.flp flood ] On Mon,

ULE nice behavior fixed.

2003-04-01 Thread Jeff Roberson
It probably still needs some tweaking but it seems to be MUCH better now. New algorithm entirely. nice +20 processes will not run if anything else wants to. idleprio is still not working correctly. bde reports that this causes a 3% perf degradation for buildworld. I'd appreciate feedback from

Re: libthr and 1:1 threading.

2003-04-01 Thread Jun Su
--- Jacques A. Vidrine [EMAIL PROTECTED] On Mon, Mar 31, 2003 at 10:54:45PM -0500, Jeff Roberson wrote: 5. Either replace /usr/lib/libc_r.so.5 with /usr/lib/libthr.so.1 or relink your applications against libthr.so.1 Happily strlen(libc_r.so.5) == strlen(libthr.so.1), so you can

Re: libthr and 1:1 threading.

2003-04-01 Thread Terry Lambert
Jun Su wrote: [ ... 1:1 kernel threads implementation ... ] A benchmark would be interested. This request doesn't make sense. The primary performance reasoning behind a 1:1 kernel threading implementation, relative to the user space single kernel entry scheduler in the libc_r implementation