From owner-freebsd-current@FreeBSD.ORG Wed Oct 13 23:35:45 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBD9D16A4CE for ; Wed, 13 Oct 2004 23:35:45 +0000 (GMT) Received: from ns1.interbgc.com (mail.interbgc.com [217.9.224.3]) by mx1.FreeBSD.org (Postfix) with SMTP id B8A1543D58 for ; Wed, 13 Oct 2004 23:35:44 +0000 (GMT) (envelope-from nike_d@cytexbg.com) Received: (qmail 24518 invoked from network); 13 Oct 2004 23:35:40 -0000 Received: from nike_d@cytexbg.com by keeper.interbgc.com by uid 1002 with qmail-scanner-1.14 (uvscan: v4.2.40/v4374. spamassassin: 2.63. Clear:SA:0(-4.9/8.0):. Processed in 1.789826 secs); 13 Oct 2004 23:35:40 -0000 X-Spam-Status: No, hits=-4.9 required=8.0 Received: from 213-240-202-139.1697748.ddns.cablebg.net (HELO tormentor.totalterror.net) (213.240.202.139) by mail.interbgc.com with SMTP; 13 Oct 2004 23:35:38 -0000 Received: (qmail 66813 invoked from network); 13 Oct 2004 23:39:28 -0000 Received: from unknown (HELO phobos.totalterror.net) (10.10.0.2) by tormentor.totalterror.net with SMTP; 13 Oct 2004 23:39:28 -0000 References: <416DB569.4010805@savvis.net> Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Niki Denev To: Maksim Yevmenkin Date: Thu, 14 Oct 2004 02:35:41 +0300 Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=_mimegpg-phobos.totalterror.net-578-1097710541-0001"; micalg=pgp-sha1; protocol="application/pgp-signature" cc: current@freebsd.org Subject: Re: bluetooth / hcseriald panics -current. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 23:35:45 -0000 This is a MIME GnuPG-signed message. If you see this text, it means that your E-mail or Usenet software does not support MIME signed messages. --=_mimegpg-phobos.totalterror.net-578-1097710541-0001 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Maksim Yevmenkin writes: > Niki, > > could you please try the following patch? > > cvs diff: Diffing . > Index: ng_h4.c > =================================================================== > RCS file: /usr/local/cvs/sys/netgraph/bluetooth/drivers/h4/ng_h4.c,v > retrieving revision 1.7 > diff -u -r1.7 ng_h4.c > --- ng_h4.c 23 Aug 2004 18:08:15 -0000 1.7 > +++ ng_h4.c 13 Oct 2004 23:05:34 -0000 > @@ -209,11 +209,11 @@ > * I'm not sure what is appropriate. > */ > > - ttyflush(tp, FREAD | FWRITE); > clist_alloc_cblocks(&tp->t_canq, 0, 0); > clist_alloc_cblocks(&tp->t_rawq, 0, 0); > clist_alloc_cblocks(&tp->t_outq, > MLEN + NG_H4_HIWATER, MLEN + NG_H4_HIWATER); > + ttyflush(tp, FREAD | FWRITE); > out: > splx(s); /* XXX */ > it dropped in the debugger again, but the instruction ponter now is at sio.c line 2092 do you need some other info? > > btw, you are probably going to have bad experience with serial bluetooth > device. sio(4) driver is know to loose bytes (silo overflow problem) and > this is NOT acceptable in bluetooth. > > max > is there any hope regarding this problem? --niki --=_mimegpg-phobos.totalterror.net-578-1097710541-0001 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBbbvOHNAJ/fLbfrkRAv1YAKC9Us+NU5T2TfZsNA/SBkfrCaeWtgCgpHMJ JzvjADsA1bPFe3DIqRQibNE= =BQ33 -----END PGP SIGNATURE----- --=_mimegpg-phobos.totalterror.net-578-1097710541-0001--