Date: Sun, 29 Dec 2002 16:38:57 -0800 (PST) From: Maxime Henrion <mux@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c Message-ID: <200212300038.gBU0cv34014862@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212300038.gBU0cv34014862>