Date: Tue, 30 Mar 2010 19:09:18 +0000 (UTC) From: Jack F Vogel <jfv@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ixgbe ixgbe.c ixgbe.h Message-ID: <201003301909.o2UJ9UNZ004550@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jfv 2010-03-30 19:09:18 UTC FreeBSD src repository Modified files: sys/dev/ixgbe ixgbe.c ixgbe.h Log: SVN rev 205904 on 2010-03-30 19:09:18Z by jfv Thanks to Michael Tuexen for adding SCTP support for 82599, also for finding a one character bug that kept TSO from working. Sometimes with direct attach cables a failure can occur in init, the old method of calling detach was broken, there is no way to return an error to the system from init, so I have changed it to return failure thru the ioctl. And, have fixed the ALTQ code changes of Max Laier, sorry Max :) Revision Changes Path 1.27 +63 -37 src/sys/dev/ixgbe/ixgbe.c 1.12 +7 -1 src/sys/dev/ixgbe/ixgbe.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003301909.o2UJ9UNZ004550>