Date: Wed, 31 Mar 2010 23:24:42 +0000 (UTC) From: Jack F Vogel <jfv@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/e1000 if_igb.c Message-ID: <201003312324.o2VNOxQj036326@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jfv 2010-03-31 23:24:42 UTC FreeBSD src repository Modified files: sys/dev/e1000 if_igb.c Log: SVN rev 206023 on 2010-03-31 23:24:42Z by jfv The POLL code was missed in the queue conversion, change the argument type to igb_rxeof() to the correct type. Note, any users of POLLING must be sure and set the number of queues to 1 for things to work correctly. Revision Changes Path 1.36 +9 -8 src/sys/dev/e1000/if_igb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003312324.o2VNOxQj036326>