Date: Wed, 1 Dec 1999 15:21:13 -0800 (PST) From: Gary Jennejohn <gj@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer1 i4b_avm_fritz_pci.c Message-ID: <199912012321.PAA54144@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gj 1999/12/01 15:21:13 PST Modified files: (Branch: RELENG_3) sys/i4b/layer1 i4b_avm_fritz_pci.c Log: Fix a problem which only occured for telephony. Since it isn't possible to deactivate a B-channel when both are active, the "deactivated" channel still received bytes and allocated mbufs for the data which were never consumed. This eventually resulted in using up all mbufs which resulted in a kernel panic. Clean up some prototypes. Rename isic_hscx_fifo to avma1pp_fifo to avoid a conflict with the prototype in i4b_l1.h. Revision Changes Path 1.5.2.2 +42 -11 src/sys/i4b/layer1/i4b_avm_fritz_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912012321.PAA54144>