From owner-cvs-all Sun Jan 21 2:13:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFFDD37B400; Sun, 21 Jan 2001 02:12:51 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LACpP23705; Sun, 21 Jan 2001 02:12:51 -0800 (PST) (envelope-from hm) Message-Id: <200101211012.f0LACpP23705@freefall.freebsd.org> From: Hellmuth Michaelis Date: Sun, 21 Jan 2001 02:12:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer1/iwic i4b_iwic.h i4b_iwic_bchan.c i4b_iwic_dchan.c i4b_iwic_ext.h i4b_iwic_fsm.c i4b_iwic_l1if.c i4b_iwic_pci.c i4b_w6692.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/21 02:12:51 PST Modified files: sys/i4b/layer1/iwic i4b_iwic.h i4b_iwic_bchan.c i4b_iwic_dchan.c i4b_iwic_ext.h i4b_iwic_fsm.c i4b_iwic_l1if.c i4b_iwic_pci.c i4b_w6692.h Log: Update the iwic driver: fix error handling for rx errors on the D-channel which prevents erroneous packets from being put onto the protocol stack; enhance error detection for B-channel HDLC errors; remove old cvs idīs. Revision Changes Path 1.2 +2 -4 src/sys/i4b/layer1/iwic/i4b_iwic.h 1.7 +28 -13 src/sys/i4b/layer1/iwic/i4b_iwic_bchan.c 1.4 +64 -83 src/sys/i4b/layer1/iwic/i4b_iwic_dchan.c 1.2 +3 -5 src/sys/i4b/layer1/iwic/i4b_iwic_ext.h 1.4 +2 -4 src/sys/i4b/layer1/iwic/i4b_iwic_fsm.c 1.5 +2 -4 src/sys/i4b/layer1/iwic/i4b_iwic_l1if.c 1.6 +8 -2 src/sys/i4b/layer1/iwic/i4b_iwic_pci.c 1.2 +2 -4 src/sys/i4b/layer1/iwic/i4b_w6692.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message