From owner-cvs-all Sun Dec 29 16:38:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C53337B401; Sun, 29 Dec 2002 16:38:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A51F43EC2; Sun, 29 Dec 2002 16:38:58 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBU0cvfh014863; Sun, 29 Dec 2002 16:38:57 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBU0cv34014862; Sun, 29 Dec 2002 16:38:57 -0800 (PST) Message-Id: <200212300038.gBU0cv34014862@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 29 Dec 2002 16:38:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/12/29 16:38:57 PST Modified files: (Branch: RELENG_4) sys/pci if_xl.c Log: MFC 1.113: When sending mbuf chains containing more than 63 mbufs, we were only sending those first 63 mbufs and not the rest of the chain for >= 3c90xB cards. Try to copy the mbuf chain in an mbuf cluster and send it as one fragment as we do with older cards. Revision Changes Path 1.72.2.22 +21 -57 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message