Date: Thu, 14 Oct 2004 02:35:41 +0300 From: Niki Denev <nike_d@cytexbg.com> To: Maksim Yevmenkin <maksim.yevmenkin@savvis.net> Cc: current@freebsd.org Subject: Re: bluetooth / hcseriald panics -current. Message-ID: <cone.1097710541.778981.578.1001@phobos.totalterror.net> References: <cone.1097691798.355655.4951.1001@niked.office.suresupport.com> <cone.1097705266.944205.768.1001@phobos.totalterror.net> <416DB569.4010805@savvis.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cone.1097710541.778981.578.1001>