From owner-cvs-sys Mon Nov 10 16:00:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA09340 for cvs-sys-outgoing; Mon, 10 Nov 1997 16:00:15 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA08961; Mon, 10 Nov 1997 15:55:36 -0800 (PST) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA18363; Mon, 10 Nov 1997 15:53:33 -0800 (PST) Date: Mon, 10 Nov 1997 15:53:33 -0800 (PST) Message-Id: <199711102353.PAA18363@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa if_ep.c if_epreg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk itojun 1997/11/10 15:53:32 PST Modified files: (Branch: RELENG_2_2) sys/i386/isa if_ep.c if_epreg.h Log: merge from current. (if_ep.c 1.60 -> 1.61 and if_epreg.h 1.20 -> 1.21) if_ep.c clarification/simplification. - irq = 9 problem (PR 4693) - mbuf chaining oddity fixed. (PR 4693) - trailer protocol has gone. (PR 4693) - removed mbuf kludge, we got higher performance. (PR 4693) - some indentation fixes PR: 4693 Reviewed by: babkin@hq.icb.chel.su Submitted by: hamada@tom-yam.or.jp Revision Changes Path 1.53.2.3 +89 -256 src/sys/i386/isa/if_ep.c 1.17.2.2 +3 -16 src/sys/i386/isa/if_epreg.h