From owner-cvs-all Wed Dec 1 15:21:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CDAD14E1C; Wed, 1 Dec 1999 15:21:53 -0800 (PST) (envelope-from gj@FreeBSD.org) Received: (from gj@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA54144; Wed, 1 Dec 1999 15:21:14 -0800 (PST) (envelope-from gj@FreeBSD.org) Message-Id: <199912012321.PAA54144@freefall.freebsd.org> From: Gary Jennejohn Date: Wed, 1 Dec 1999 15:21:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer1 i4b_avm_fritz_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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